Use the correct event module name
In the connection tuning configuration, use the correct name for mpm_event_module so that the parameters will be applied when that module is in use. Change-Id: Icc8c84cec5a78d96805ed7a991e2ef4b1b53d9d8
This commit is contained in:
parent
9babba139e
commit
72177180db
@ -27,7 +27,7 @@
|
|||||||
MaxClients 2048
|
MaxClients 2048
|
||||||
MaxRequestsPerChild 0
|
MaxRequestsPerChild 0
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule mpm_worker_event>
|
<IfModule mpm_event_module>
|
||||||
ServerLimit 64
|
ServerLimit 64
|
||||||
StartServers 3
|
StartServers 3
|
||||||
MinSpareThreads 96
|
MinSpareThreads 96
|
||||||
|
Loading…
x
Reference in New Issue
Block a user