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:
Jeremy Stanley 2015-09-10 16:05:36 +00:00
parent 9babba139e
commit 72177180db
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
MaxClients 2048
MaxRequestsPerChild 0
</IfModule>
<IfModule mpm_worker_event>
<IfModule mpm_event_module>
ServerLimit 64
StartServers 3
MinSpareThreads 96