# These can be set in WHM under 'Apache Global Configuration'
<IfModule prefork.c>
ServerLimit 2000
KeepAlive On
KeepAliveTimeout 60
</IfModule>
StartServers 5
<IfModule prefork.c>
MinSpareServers 5
MaxSpareServers 10
</IfModule>
ServerLimit 200000
MaxClients 15000
MaxRequestsPerChild 9000
KeepAlive off