Package httpd24 provides The Apache HTTP Server as a Software
Collection.  For more information about Software Collections, see
scl(1).  By installing the httpd24 collection, you will get a
minimal set of packages to have a working Apache HTTP Server.

Usage: scl enable httpd24 'httpd'

Software Collections allows use of applications which are not located
in the filesystem root hierarchy but are present in an alternative
location, which is /opt/rh/httpd24/root in case of the httpd24
collection.

The Apache HTTP Server is a powerful, efficient, and extensible
web server.

When working with the httpd24 collection, use the "scl" utility
(see scl(1) for usage) to enable the scl environment properly.

Configuration for the httpd24 software collection is located under /opt/rh/httpd24/root/etc.

Examples:
scl enable httpd24 'command --arg'
  Run a specific command with argument --arg within httpd24 software collections
  environment.

scl enable httpd24 bash
  Run interactive shell where httpd24 software collection is enabled.

scl enable httpd24 'man httpd'
  Show man pages for httpd command, which is part of the httpd24 software
  collection.

Report bugs to <http://bugzilla.redhat.com>.
