altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd.sysconf

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