From 48465e51734a3f94c2dab4ce0862cc202c340918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=B6rner?= Date: Sun, 22 Feb 2015 14:49:41 +0100 Subject: [PATCH] Fixed default config warning AH00513: WARNING: MaxRequestWorkers of 256 is not an integer multiple of ThreadsPerChild of 25, decreasing to nearest multiple 250, for a maximum of 10 servers. --- manifests/mod/event.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mod/event.pp b/manifests/mod/event.pp index 18a226ee5..28053a659 100644 --- a/manifests/mod/event.pp +++ b/manifests/mod/event.pp @@ -9,7 +9,7 @@ $apache_version = $::apache::apache_version, $threadlimit = '64', $listenbacklog = '511', - $maxrequestworkers = '256', + $maxrequestworkers = '250', $maxconnectionsperchild = '0', ) { if defined(Class['apache::mod::itk']) {