logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Getting error "server reached MaxClients setting"
Author
d143uok



Joined: 28 Dec 2010
Posts: 1
Location: India

PostPosted: Wed 10 Jul '13 6:59    Post subject: Getting error "server reached MaxClients setting" Reply with quote

Hi All,

I have an issue with my web server, as such just tried hitting it giveing me the error as below .

server reached MaxClients setting, consider raising the MaxClients setting

checked all the setting they look correct but still seeing the same error.

my setting are below..
<IfModule worker.c>
ThreadLimit 250
ServerLimit 5
StartServers 5
MaxClients 1250
MinSpareThreads 1245
MaxSpareThreads 1250
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

Server version.

Server version: IBM_HTTP_Server/6.0.2.27 Apache/2.0.47
Server built: Feb 7 2008 17:23:17

Thanks
Dileep
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Wed 10 Jul '13 12:29    Post subject: Reply with quote

Did you watch the server-status page? Do you reach the 1250 connections?
Back to top


Reply to topic   Topic: Getting error "server reached MaxClients setting" View previous topic :: View next topic
Post new topic   Forum Index -> Apache