From: Elan Ruusamäe Date: Mon, 27 Apr 2015 10:48:11 +0000 (+0300) Subject: enable restart delay at 100000ms X-Git-Tag: auto/th/apache-2.4.16-1~5 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?p=packages%2Fapache.git;a=commitdiff_plain;h=2f79367aee3a87c199d9b1f3e41c5e33449c51cf enable restart delay at 100000ms for full thread, see: http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024055.html --- diff --git a/apache.sysconfig b/apache.sysconfig index bc192b8..e8a494f 100644 --- a/apache.sysconfig +++ b/apache.sysconfig @@ -17,4 +17,4 @@ HTTPD_OPTS="" #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 +RESTART_DELAY=100000