Results 1 to 4 of 4
Hybrid View
-
3rd Sep 2010, 09:22 AM #1OPMemberWebsite's:
somik.org sborg.usSomething wrong with my apache...
My /var/log/httpd/error_log
Code:WARNING: MaxClients of 2000 exceeds ServerLimit value of 10 servers, lowering MaxClients to 10. To increase, please see the ServerLimit directive.
Code:<IfModule prefork.c> StartServers 15 MinSpareServers 15 MaxSpareServers 50 ServerLimit 2000 MaxClients 2000 MaxRequestsPerChild 4000 </IfModule>
What should i do? 10 connections means if i open site with a browser, and start to download a file with IDM, all 10 connections are utilized so my server is inaccessible by everyone else...
I am using CentOS 5.5 on a OpenVZ VPS. The OS template is from OpenVZ wiki. The httpd was installed with:
Code:yum install httpd -y
Please help!somik Reviewed by somik on . Something wrong with my apache... My /var/log/httpd/error_log WARNING: MaxClients of 2000 exceeds ServerLimit value of 10 servers, lowering MaxClients to 10. To increase, please see the ServerLimit directive. My /etc/httpd/conf/httpd.conf <IfModule prefork.c> Rating: 5
-
3rd Sep 2010, 09:31 AM #2Member
Did you restart apache after that
service httpd restart
Try that
-
3rd Sep 2010, 09:37 AM #3OPMemberWebsite's:
somik.org sborg.usi restart apache, restart vps, even shut down vps, waited for a while, and botted it back up... Nothing helped....
Here is the full error_log... its bighttp://pastebin.com/dyb4xP9M
-
4th Sep 2010, 12:39 AM #4MemberWebsite's:
solidservers.caYou need to fully stop, and then start the server for the serverlimit directive to take effect.
service httpd stop
service httpd start
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Apache 2.2.X or 2.4.X
By comeback in forum Hosting DiscussionReplies: 3Last Post: 4th Oct 2012, 11:43 AM -
how to optimize Apache ?
By iman24 in forum Server ManagementReplies: 19Last Post: 27th Apr 2012, 07:24 PM -
Check if Apache is ON
By skinner in forum Webmaster DiscussionReplies: 15Last Post: 18th May 2011, 09:09 PM -
php/apache help
By HixxoHosting in forum Web Development AreaReplies: 2Last Post: 28th Apr 2011, 05:00 PM -
Apache or Litespeed?
By NationWebHost in forum Polling PlazaReplies: 21Last Post: 7th Jul 2010, 12:39 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...