From: Daniel Gruno Date: Thu, 29 Mar 2012 13:19:37 +0000 (+0000) Subject: Updated event mpm configuration to match the defaults in documentation and header... X-Git-Tag: 2.5.0-alpha~7297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28a9c0d0ab659bf6334e56a9e2e4b70a0cca0778;p=apache Updated event mpm configuration to match the defaults in documentation and header definitions. Updated prefork defaults to better match documentation and header definition. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 9719dbfdc1..c15c7e85da 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -37,7 +37,7 @@ StartServers 5 MinSpareServers 5 MaxSpareServers 10 - MaxRequestWorkers 150 + MaxRequestWorkers 250 MaxConnectionsPerChild 0 @@ -67,11 +67,11 @@ # MaxConnectionsPerChild: maximum number of connections a server process serves # before terminating - StartServers 2 - MinSpareThreads 25 - MaxSpareThreads 75 + StartServers 3 + MinSpareThreads 75 + MaxSpareThreads 250 ThreadsPerChild 25 - MaxRequestWorkers 150 + MaxRequestWorkers 400 MaxConnectionsPerChild 0