From 2f79367aee3a87c199d9b1f3e41c5e33449c51cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 27 Apr 2015 13:48:11 +0300 Subject: [PATCH] enable restart delay at 100000ms for full thread, see: http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024055.html --- apache.sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0