X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache.sysconfig;h=ec218982f02e26dc8451cfcbb5cf55b2b116a4b6;hb=c0e515d49e2a06bb23e3a940fbdc37576a1e6db5;hp=c96afee272a0dbbe1e366ca7cf7369054cb3f5e4;hpb=4d8792bb43e875351a5b422369ceadc2b45dbc83;p=packages%2Fapache.git diff --git a/apache.sysconfig b/apache.sysconfig index c96afee..ec21898 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -1,11 +1,10 @@ # Customized settings for Apache -# $Id$ # 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 @@ -21,3 +20,6 @@ HTTPD_MPM="prefork" # 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