Image may be NSFW.
Clik here to view.
It’s trickier to raise the hard apache user limit now with apache 2.2. In 1.3 you just changed a number in the httpd.conf file. Now you need to do it in cpanel or it will be over written with each cpanel update.
- Open WHM and click
- Apache Configuration
- Include Editor
- Pre Main Include
- Choose your apache version in the drop down box
- Then add the code below to the box, or change the code as needed and then add it.
- Then restart apache
ServerLimit 512
StartServers 32
MinSpareServers 5
MaxSpareServers 20
MaxClients 512
MaxRequestsPerChild 1000