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