]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- rel 1; works here; upgrade from all-apache packages 2.2 to 2.4 worked; partial...
[packages/apache.git] / apache.sysconfig
index 949c04a8daae53b7d5af6535b8dfce1637968d43..c76349c09e40a262cdc991d8ed4c10f9e43f6bdc 100644 (file)
@@ -1,25 +1,18 @@
+# Customized settings for Apache
 # $Id$
-# Customized settings for apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path
+# config dir/file path.
 HTTPD_CONF="/etc/httpd/apache.conf"
 
 # other command-line options
+# -T avoid doing many unneded DocumentRoot checks
 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
+#RPM_SKIP_AUTO_RESTART=yes
This page took 0.045506 seconds and 4 git commands to generate.