]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- new from 2.2 branch
[packages/apache.git] / apache.sysconfig
index c096bab175d33ced5c22d02686234255db74dd19..949c04a8daae53b7d5af6535b8dfce1637968d43 100644 (file)
@@ -1,4 +1,25 @@
-# Customized setings for apache
+# $Id$
+# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
+
+# config dir/file path
+HTTPD_CONF="/etc/httpd/apache.conf"
+
+# other command-line options
+HTTPD_OPTS=""
+
+# choose MPM
+# prefork, worker, perchild (experimental), metuxmpm (experimental)
+# (note that some may be not available)
+HTTPD_MPM="prefork"
+
+# perhaps set 128MB memory limit
+#SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+# Enable this if you run a production server and don't want rpm upgrade restart
+# your webserver like 20 times.
+# NOTE: You should be aware of that you need then restart the webserver manually.
+#RPM_SKIP_AUTO_RESTART=no
This page took 0.037826 seconds and 4 git commands to generate.