Allows you to search a variety of questions and answers
This was a bit more straight forward in the Apache 1.3 days since those directives were already included in the httpd.conf file. With Apache 2.0 and above that is not the case.
What you need to do is:
1. Open up your httpd.conf file.
2. Manually add the following lines right after the initial notes/messages are finished:
ServerLimit ####
MaxClients ####
3. Please replace #### in the above example with the actual number you wish to set. Be sure to keep ServerLimit *above* MaxClients so that apache parses it first, otherwise you'll keep getting the Alert upon httpd reboot. Make sure to keep your ServerLimit number equal to or higher than the MaxCllients number.
4. Restart apache after you have edited and saved the httpd.conf file.
Alternatively, you can put everything into the prefork.c module. Just copy/paste the following into the httpd.conf file and restart apache:
<IfModule prefork.c>
ServerLimit 1000
Timeout 25
KeepAlive On
MaxKeepAliveRequests 500
KeepAliveTimeout 15
StartServers 10
MinSpareServers 7
MaxSpareServers 15
MaxClients 800
MaxRequestsPerChild 1000
</IfModule>
Of course, adjust the above numbers to your liking.
I very seldom contact support, but if I do, the response is always prompt and issues are always resolved.
I have a two small shared hosting packages and the price I pay I don't expect to receive very good support. I accept with any shared hosting uptime cannot be guaranteed neither can it be 100% and anyone who suggests otherwise is living a dream. However on the occasions I have opened a ticket they have been answered and investigated promptly. I have been with ayksolutions.com since Jun/18/2008 oh wow where has the time gone!
After getting a dedicated server from AYK for almost 2 years, I couldn't be more happy. The prices are very reasonable, I haven't experienced a moment of downtime, the support is excellent and truly 24/7. You have a critical issue at 2am? You will have it sorted out in less than 15 minutes. If you are looking for honest, reliable and affordable hosting provider, look no further!