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.
My first experience with VPS and I din't really know what to do or what to expect. AykSolutions.com team help me and during the entire process, they are patient and problem solving peoples. Cheers,
You can trust your business with AYKsolutions After a horrible experience with my prior host that left me with over 14 hours of downtime, AYKSolutions came in, took care of the transfer completely and made my life easier. When they say their servers are semi-managed, it means they take care of more then most managed server hosting companies. Average ticket response time? 2-5 minutes. One time i n the middle of the night it took 30 minutes. Problems that I create are fixed immediately and they take care of their customers. Artyom is the owner, who is somehow capable of not sleeping. He's always there to take care of everything with a personal touch. 3 AM on a Saturday? Not an issue for AYKSolutions. Trust me, I'm very thorough in researching a company. When it comes to business, you can never be too careful. I trust my business with AYKSolutions
Great servers, Great Service, Awesome uptime! Our company has been working with AYKSolutions for almost 3 years, hosting several servers for mission-critical projects. The network downtime has been way lower than 30 minutes for OVER 3 years and.. one of our Linux servers scored 450 days of uptime! Needless to say, their Ticket Support always responds in a matter of minutes. At any time of the d ay! I would rate them 10/5 if I could! Kudos to a great company! :)