]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.sysconfig
add RESTART_DELAY parameter to sleep between stop and start
[packages/apache.git] / apache.sysconfig
index 6a10fa874830af73853089cee3905a3b590afb43..ec218982f02e26dc8451cfcbb5cf55b2b116a4b6 100644 (file)
@@ -1,13 +1,13 @@
-# $Id$
-# Customized settings for apache
+# Customized settings for Apache
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path
-HTTPD_CONF="/etc/httpd/httpd.conf"
+# 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
@@ -17,3 +17,9 @@ HTTPD_MPM="prefork"
 
 # perhaps set 128MB memory limit
 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -m 128000"
+
+# Skip apache restarts invoked from rpm installs.
+#RPM_SKIP_AUTO_RESTART=yes
+
+# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext
+#RESTART_DELAY=50000
This page took 0.055115 seconds and 4 git commands to generate.