]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
- rel 8; fix graceful restart for keepalive connections
[packages/apache.git] / apache.sysconfig
index 949c04a8daae53b7d5af6535b8dfce1637968d43..c96afee272a0dbbe1e366ca7cf7369054cb3f5e4 100644 (file)
@@ -1,13 +1,14 @@
+# Customized settings 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"
+# config dir/file path. default is compiled in path
+#HTTPD_CONF="/etc/httpd/apache.conf"
 
 # other command-line options
+# -T avoid doing many unneded DocumentRoot checks
 HTTPD_OPTS=""
 
 # choose MPM
@@ -19,7 +20,4 @@ HTTPD_MPM="prefork"
 #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.041436 seconds and 4 git commands to generate.