X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache.sysconfig;h=1a719d67171384fa89a3018879b1fa5338ea7547;hp=7dd72ed0f8b2f9699a7109036586c151903389df;hb=a6d298e795b539839512e1cb85f4b73224b39a8e;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/apache.sysconfig b/apache.sysconfig index 7dd72ed..1a719d6 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -1,23 +1,20 @@ # 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 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. #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