Blame SOURCES/httpd.sysconf

af9b8b
#
af9b8b
# This file can be used to set additional environment variables for
af9b8b
# the httpd process, or pass additional options to the httpd
af9b8b
# executable.
af9b8b
#
af9b8b
# Note: With previous versions of httpd, the MPM could be changed by
af9b8b
# editing an "HTTPD" variable here.  With the current version, that
af9b8b
# variable is now ignored.  The MPM is a loadable module, and the
af9b8b
# choice of MPM can be changed by editing the configuration file
af9b8b
# /etc/httpd/conf.modules.d/00-mpm.conf.
af9b8b
# 
af9b8b
af9b8b
#
af9b8b
# To pass additional options (for instance, -D definitions) to the
af9b8b
# httpd binary at startup, set OPTIONS here.
af9b8b
#
af9b8b
#OPTIONS=
af9b8b
af9b8b
#
af9b8b
# This setting ensures the httpd process is started in the "C" locale
af9b8b
# by default.  (Some modules will not behave correctly if
af9b8b
# case-sensitive string comparisons are performed in a different
af9b8b
# locale.)
af9b8b
#
af9b8b
LANG=C