Magellan Linux

Contents of /trunk/apache2/apache2.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1930 - (show annotations) (download)
Wed Oct 31 11:34:32 2012 UTC (11 years, 5 months ago) by niro
File size: 802 byte(s)
-systemd unit and other support files
1 #
2 # This file can be used to set additional environment variables for
3 # the httpd process, or pass additional options to the httpd
4 # executable.
5 #
6 # Note: With previous versions of httpd, the MPM could be changed by
7 # editing an "HTTPD" variable here. With the current version, that
8 # variable is now ignored. The MPM is a loadable module, and the
9 # choice of MPM can be changed by editing the configuration file
10 # /etc/httpd/conf.modules.d/00-mpm.conf.
11 #
12
13 #
14 # To pass additional options (for instance, -D definitions) to the
15 # httpd binary at startup, set OPTIONS here.
16 #
17 #OPTIONS=
18
19 #
20 # This setting ensures the httpd process is started in the "C" locale
21 # by default. (Some modules will not behave correctly if
22 # case-sensitive string comparisons are performed in a different
23 # locale.)
24 #
25 LANG=C