Change Apache maxclients

This commit is contained in:
Bob Mottram 2014-04-16 07:42:44 +01:00
parent 49de401df5
commit 6571b490eb
1 changed files with 3 additions and 3 deletions

View File

@ -2072,7 +2072,7 @@ Timeout 150
MinSpareServers 1
MaxSpareServers 5
ServerLimit 16
MaxClients 16
MaxClients 5
MaxRequestsPerChild 0
ListenBacklog 100
</IfModule>
@ -2083,7 +2083,7 @@ Timeout 150
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 16
MaxClients 5
MaxRequestsPerChild 0
</IfModule>
@ -2093,7 +2093,7 @@ Timeout 150
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 16
MaxClients 5
MaxRequestsPerChild 0
</IfModule>
#+END_SRC