X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=apache.sysconfig;h=1a719d67171384fa89a3018879b1fa5338ea7547;hb=b3d7d6d3827d84792fdde07093227a87bf5e55e5;hp=949c04a8daae53b7d5af6535b8dfce1637968d43;hpb=83998870c902afa81205699424c4b1cf121adb90;p=packages%2Fapache.git diff --git a/apache.sysconfig b/apache.sysconfig index 949c04a..1a719d6 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -1,25 +1,20 @@ -# $Id$ -# Customized settings for apache +# Customized settings for Apache # Nice level for apache SERVICE_RUN_NICE_LEVEL="+5" -# config dir/file path +# 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 -# prefork, worker, perchild (experimental), metuxmpm (experimental) -# (note that some may be not available) -HTTPD_MPM="prefork" - # perhaps set 128MB memory limit #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 + +# Delay in microseconds between stop and start to mitigate problems of third party Apache modules (PHP session ext) +RESTART_DELAY=100000