httpd/httpd.sysconf
Joe Orton 3a44ff7655 update to 2.4.1
- adopt upstream default httpd.conf (almost verbatim)
- split all LoadModules to conf.modules.d/*.conf
- include conf.d/*.conf at end of httpd.conf
- trim %changelog
2012-03-13 09:55:18 +00:00

18 lines
371 B
Plaintext

#
# This file can be used to set additional environment variables
# for the httpd process, or pass additional options to the httpd
# executable
#
#
# To pass additional options (for instance, -D definitions) to the
# httpd binary at startup, set OPTIONS here.
#
#OPTIONS=
#
# This setting ensures the httpd process is started in the "C"
# locale by default:
#
LANG=C