Package %{scl_name} provides The Apache HTTP Server as a Software Collection. For more information about Software Collections, see scl(1). By installing the %{scl_name} collection, you will get a minimal set of packages to have a working Apache HTTP Server. Usage: scl enable %{scl} '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 %{_scl_root} in case of the %{scl_name} collection. The Apache HTTP Server is a powerful, efficient, and extensible web server. When working with the %{scl_name} collection, use the "scl" utility (see scl(1) for usage) to enable the scl environment properly. Configuration for the %{scl_name} software collection is located under %{_sysconfdir}. Examples: scl enable %{scl_name} 'command --arg' Run a specific command with argument --arg within %{scl_name} software collections environment. scl enable %{scl_name} bash Run interactive shell where %{scl_name} software collection is enabled. scl enable %{scl_name} 'man httpd' Show man pages for httpd command, which is part of the %{scl_name} software collection. Report bugs to .