From: Daniel Gruno Date: Wed, 28 Mar 2012 15:33:04 +0000 (+0000) Subject: Update worker mpm defaults to match documentation and built-in defaults. X-Git-Tag: 2.5.0-alpha~7300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dc724c120f5779c79a4778e208115fdd5abdf99;p=apache Update worker mpm defaults to match documentation and built-in defaults. As per https://issues.apache.org/bugzilla/show_bug.cgi?id=52102 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1306426 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 4286ded333..9719dbfdc1 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -50,11 +50,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