]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.sysconfig
- release 2
[packages/apache.git] / apache.sysconfig
index b5822982bc816b55aed41ba37375ca4b945bffda..1a719d67171384fa89a3018879b1fa5338ea7547 100644 (file)
@@ -1,11 +1,10 @@
 # Customized settings for Apache
-# $Id: apache.sysconfig,v 1.17 2011/08/03 22:08:10 gotar Exp $
 
 # Nice level for apache
 SERVICE_RUN_NICE_LEVEL="+5"
 
-# config dir/file path. default is compiled in path
-#HTTPD_CONF="/etc/httpd/apache.conf"
+# config dir/file path.
+HTTPD_CONF="/etc/httpd/apache.conf"
 
 # other command-line options
 # -T avoid doing many unneded DocumentRoot checks
@@ -16,3 +15,6 @@ HTTPD_OPTS=""
 
 # 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=100000