Re: [EMAIL PROTECTED] MaxClients

2008-10-18 Thread Kapetanakis Giannis
Kapetanakis Giannis wrote: Hi all, I'm using Fedora's apache 2.2.9 with prefork MPM. I'm having trouble geting my maximum allowed clients more than 1024. I have set ServerLimit 2048 MaxClients 2048 But I never see more than 1024 processes of httpd. Soft, hard limit for open files

[EMAIL PROTECTED] MaxClients

2008-10-16 Thread Kapetanakis Giannis
Hi all, I'm using Fedora's apache 2.2.9 with prefork MPM. I'm having trouble geting my maximum allowed clients more than 1024. I have set ServerLimit 2048 MaxClients 2048 But I never see more than 1024 processes of httpd. Soft, hard limit for open files for the apache user is 8192

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Eric Covener
On Thu, Aug 7, 2008 at 8:42 AM, Jordi Prats <[EMAIL PROTECTED]> wrote: >>> On the other hand, why on server status appears 1024 slots if I have >>> the MaxClients directive set to 512? >> >> Apache will create up to MaxClients (512) but has room to track 1024 >> of them -- this is what allows you t

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Jordi Prats
>> On the other hand, why on server status appears 1024 slots if I have >> the MaxClients directive set to 512? > > Apache will create up to MaxClients (512) but has room to track 1024 > of them -- this is what allows you to scale MaxClients up during a > restart. This space is not resized during

Re: [EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Eric Covener
On Thu, Aug 7, 2008 at 4:48 AM, Jordi Prats <[EMAIL PROTECTED]> wrote: > Hi, > I've a apache server configured with this parameters: > > ServerLimit 1024 > MaxClients 512 > > What I'm undestanding from apache's documentation > (http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html) is: > > Server

[EMAIL PROTECTED] MaxClients/ServerLimit & server-status

2008-08-07 Thread Jordi Prats
Hi, I've a apache server configured with this parameters: ServerLimit 1024 MaxClients 512 What I'm undestanding from apache's documentation (http://httpd.apache.org/docs/2.0/en/mod/mpm_common.html) is: ServerLimit is the hard limit for MaxClients, so if I set MaxClients up to 1024 I can simply r