summaryrefslogtreecommitdiffstats
path: root/httpd.sysconf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:22:47 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:22:47 +0000
commite9bfb007331e190462dcbff65d3ce7a7637a3eb5 (patch)
treed688e31b049d2a0f0cb08619f20141c8e4090ef0 /httpd.sysconf
parentea99b65d7f2ba184347a1ea679ac6cf9c9a5e988 (diff)
downloadhttpd-e9bfb007331e190462dcbff65d3ce7a7637a3eb5.tar.gz
httpd-e9bfb007331e190462dcbff65d3ce7a7637a3eb5.tar.xz
httpd-e9bfb007331e190462dcbff65d3ce7a7637a3eb5.zip
auto-import changelog data from httpd-2.0.50-6.src.rpmhttpd-2_0_50-6
Sun Sep 05 2004 Joe Orton <jorton@redhat.com> 2.0.50-6 - include /etc/sysconfig/httpd template (#112085) - pass $OPTIONS in httpd invocations in apachectl (#115910) - do not pass $OPTIONS to apachectl from init script - start httpd in C locale by default from apachectl
Diffstat (limited to 'httpd.sysconf')
-rw-r--r--httpd.sysconf22
1 files changed, 22 insertions, 0 deletions
diff --git a/httpd.sysconf b/httpd.sysconf
new file mode 100644
index 0000000..7102c61
--- /dev/null
+++ b/httpd.sysconf
@@ -0,0 +1,22 @@
+# Configuration file for the httpd service.
+
+#
+# The default processing model (MPM) is the process-based
+# 'prefork' model. A thread-based model, 'worker', is also
+# available, but does not work with some modules (such as PHP).
+# The service must be stopped before changing this variable.
+#
+#HTTPD=/usr/sbin/httpd.worker
+
+#
+# To pass additional options (for instance, -D definitions) to the
+# httpd binary at startup, set OPTIONS here.
+#
+#OPTIONS=
+
+#
+# By default, the httpd process is started in the C locale; to
+# change the locale in which the server runs, the HTTPD_LANG
+# variable can be set.
+#
+#HTTPD_LANG=C