Activity Stream
48,167 MEMBERS
6685 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    somik.org sborg.us

    Default Something 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.
    My /etc/httpd/conf/httpd.conf

    Code: 
    <IfModule prefork.c>
    StartServers       15
    MinSpareServers    15
    MaxSpareServers   50
    ServerLimit      2000
    MaxClients       2000
    MaxRequestsPerChild  4000
    </IfModule>
    Even though i set the server limit to 2000 its still saying server limit is 10...


    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

  2.   Sponsored Links

  3.     
    #2
    Member
    Did you restart apache after that

    service httpd restart

    Try that


  4.     
    #3
    Member
    Website's:
    somik.org sborg.us
    i 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 big http://pastebin.com/dyb4xP9M

  5.     
    #4
    Member
    Website's:
    solidservers.ca
    You need to fully stop, and then start the server for the serverlimit directive to take effect.

    service httpd stop
    service httpd start

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Apache 2.2.X or 2.4.X
    By comeback in forum Hosting Discussion
    Replies: 3
    Last Post: 4th Oct 2012, 11:43 AM
  2. how to optimize Apache ?
    By iman24 in forum Server Management
    Replies: 19
    Last Post: 27th Apr 2012, 07:24 PM
  3. Check if Apache is ON
    By skinner in forum Webmaster Discussion
    Replies: 15
    Last Post: 18th May 2011, 09:09 PM
  4. php/apache help
    By HixxoHosting in forum Web Development Area
    Replies: 2
    Last Post: 28th Apr 2011, 05:00 PM
  5. Apache or Litespeed?
    By NationWebHost in forum Polling Plaza
    Replies: 21
    Last Post: 7th Jul 2010, 12:39 PM

Tags for this Thread

BE SOCIAL