Change Apache maxclients
This commit is contained in:
parent
49de401df5
commit
6571b490eb
|
@ -2072,7 +2072,7 @@ Timeout 150
|
||||||
MinSpareServers 1
|
MinSpareServers 1
|
||||||
MaxSpareServers 5
|
MaxSpareServers 5
|
||||||
ServerLimit 16
|
ServerLimit 16
|
||||||
MaxClients 16
|
MaxClients 5
|
||||||
MaxRequestsPerChild 0
|
MaxRequestsPerChild 0
|
||||||
ListenBacklog 100
|
ListenBacklog 100
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -2083,7 +2083,7 @@ Timeout 150
|
||||||
MaxSpareThreads 75
|
MaxSpareThreads 75
|
||||||
ThreadLimit 64
|
ThreadLimit 64
|
||||||
ThreadsPerChild 25
|
ThreadsPerChild 25
|
||||||
MaxClients 16
|
MaxClients 5
|
||||||
MaxRequestsPerChild 0
|
MaxRequestsPerChild 0
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
|
@ -2093,7 +2093,7 @@ Timeout 150
|
||||||
MaxSpareThreads 75
|
MaxSpareThreads 75
|
||||||
ThreadLimit 64
|
ThreadLimit 64
|
||||||
ThreadsPerChild 25
|
ThreadsPerChild 25
|
||||||
MaxClients 16
|
MaxClients 5
|
||||||
MaxRequestsPerChild 0
|
MaxRequestsPerChild 0
|
||||||
</IfModule>
|
</IfModule>
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue