Apache MPM Event
Hi, I am using the following:
Server Version: Apache/2.4.62 (cPanel) OpenSSL/1.1.1k mod_bwlimited/1.4
Server MPM: event
However, I could not find configurations for event module at /etc/apache2/conf/httpd.conf
I could only see the section on prefork but not event. Why? Do I need to add it manually?
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 256
MaxRequestWorkers 250
MaxConnectionsPerChild 10000
KeepAlive On
KeepAliveTimeout 4
MaxKeepAliveRequests 500
Timeout 180
-
Hey hey! What specifically are you trying to change in Apache? In general, you can't edit the Apache configuration on the server - that work needs to be done through the WHM >> Apache Configuration page. You'll find those options in the "Global Configuration" page there.
0
Please sign in to leave a comment.
Comments
1 comment