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
# 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>