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