X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache.sysconfig;h=ec218982f02e26dc8451cfcbb5cf55b2b116a4b6;hb=c0e515d49e2a06bb23e3a940fbdc37576a1e6db5;hp=33d5a50edbb2112e4ca759d539c9c0c21a8042b4;hpb=da69279da52ab6b841ffe1f74745d9793b87bf42;p=packages%2Fapache.git diff --git a/apache.sysconfig b/apache.sysconfig index 33d5a50..ec21898 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -1,13 +1,13 @@ -# $Id$ -# Customized setings 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