On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> >
> > <IfModule prefork.c>
> >   StartServers         15
> >   MinSpareServers      10
> >   MaxSpareServers      20
> >   MaxClients           512
> >   ServerLimit          512
> >   MaxRequestsPerChild  4000
> > </IfModule>
>
> I tried already and here is the error message :
>     WARNING: MaxClients of 512 exceeds ServerLimit value of 256 servers,
>     lowering MaxClients to 256.  To increase, please see the ServerLimit
>     directive.

Try flipping the order of ServerLimit and MaxClients.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to