Commit e127e5cd authored by Joshua Slive's avatar Joshua Slive
Browse files

Put the MaxClients setting for prefork back to its 1.3 level.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90116 13f79535-47bb-0310-9956-ffa450edef68
parent 7b7f1d98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ User nobody
Group nobody

<IfModule prefork.c>
MaxClients       8 
MaxClients       150
StartServers     5
MinSpareServers  5
MaxSpareServers 10
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ KeepAliveTimeout 15
StartServers         5
MinSpareServers      5
MaxSpareServers     10
MaxClients          20
MaxClients         150
MaxRequestsPerChild  0
</IfModule>