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 to scale MaxClients up during a
>> restart.  This space is not resized during a restart.
>>
>
> So, why mod_serverstatus is showing 1024 (ServerLimit) slots if only
> will use 512 (MaxClients)?

It's showing you how many slots you've allocated  via ServerLimit.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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