]> granicus.if.org Git - apache/commitdiff
Update worker mpm defaults to match documentation and built-in defaults.
authorDaniel Gruno <humbedooh@apache.org>
Wed, 28 Mar 2012 15:33:04 +0000 (15:33 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 28 Mar 2012 15:33:04 +0000 (15:33 +0000)
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

docs/conf/extra/httpd-mpm.conf.in

index 4286ded333eafcccf8313571f282ec580f85887d..9719dbfdc18cd5beb53530cbe49d5de4392712d9 100644 (file)
 # MaxConnectionsPerChild: maximum number of connections a server process serves
 #                         before terminating
 <IfModule mpm_worker_module>
-    StartServers             2
-    MinSpareThreads         25
-    MaxSpareThreads         75 
+    StartServers             3
+    MinSpareThreads         75
+    MaxSpareThreads        250 
     ThreadsPerChild         25
-    MaxRequestWorkers      150
+    MaxRequestWorkers      400
     MaxConnectionsPerChild   0
 </IfModule>