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