summaryrefslogtreecommitdiffstats
path: root/httpd.sysconf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-03-24 08:24:02 +0100
committerRemi Collet <fedora@famillecollet.com>2012-03-24 08:24:02 +0100
commitc711ee8af9f094852c6d1917a0b111a276e7b320 (patch)
tree11e6d378e9e2c593854aee20b6efe0c2dbd483f9 /httpd.sysconf
parentea8928fb799b042740b834100683ff3735575a84 (diff)
httpd: import from rawhide (version 2.4.1)
Diffstat (limited to 'httpd.sysconf')
-rw-r--r--httpd.sysconf25
1 files changed, 25 insertions, 0 deletions
diff --git a/httpd.sysconf b/httpd.sysconf
new file mode 100644
index 0000000..1b38411
--- /dev/null
+++ b/httpd.sysconf
@@ -0,0 +1,25 @@
+#
+# This file can be used to set additional environment variables for
+# the httpd process, or pass additional options to the httpd
+# executable.
+#
+# Note: With previous versions of httpd, the MPM could be changed by
+# editing an "HTTPD" variable here. With the current version, that
+# variable is now ignored. The MPM is a loadable module, and the
+# choice of MPM can be changed by editing the configuration file
+# /etc/httpd/conf.modules.d/00-mpm.conf.
+#
+
+#
+# To pass additional options (for instance, -D definitions) to the
+# httpd binary at startup, set OPTIONS here.
+#
+#OPTIONS=
+
+#
+# This setting ensures the httpd process is started in the "C" locale
+# by default. (Some modules will not behave correctly if
+# case-sensitive string comparisons are performed in a different
+# locale.)
+#
+LANG=C