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