Thanks for all !!!
On Tue, May 5, 2009 at 2:04 PM, Eric Covener wrote:
> On Tue, May 5, 2009 at 11:34 AM, Darvin Denmian
> wrote:
>> I posted this message here because of this message:
>>
>> WARNING: MaxClients of 288 exceeds ServerLimit value of 256 servers,
>> lowering MaxClients to 256. To i
On Tue, May 5, 2009 at 11:34 AM, Darvin Denmian
wrote:
> I posted this message here because of this message:
>
> WARNING: MaxClients of 288 exceeds ServerLimit value of 256 servers,
> lowering MaxClients to 256. To increase, please see the ServerLimit
> directive.
Order matters for these. Mainta
Morten K. Poulsen wrote:
Hi Darvin,
On Tue, 2009-05-05 at 12:07 -0300, Darvin Denmian wrote:
StartServers8
MinSpareServers5
MaxSpareServers 20
ServerLimit 288
MaxClients 256
MaxRequestsPerChild 4000
There is a good soul tha
On Tue, 2009-05-05 at 12:07 -0300, Darvin Denmian wrote:
> Hello list,
>
> i need some information about the above directives:
>
>
> StartServers8
> MinSpareServers5
> MaxSpareServers 20
> ServerLimit 288
> MaxClients 256
> MaxR
I posted this message here because of this message:
WARNING: MaxClients of 288 exceeds ServerLimit value of 256 servers,
lowering MaxClients to 256. To increase, please see the ServerLimit
directive.
I thank all the humble people who know their own limitations and spent
his time answering my stu
2009/5/5 Morten K. Poulsen :
> Hi Darvin,
>
> On Tue, 2009-05-05 at 12:07 -0300, Darvin Denmian wrote:
>>
>> StartServers 8
>> MinSpareServers 5
>> MaxSpareServers 20
>> ServerLimit 288
>> MaxClients 256
>> MaxRequestsPerChild 4000
StartServers - number of httpd processes started when you *initially* start
the web server
MinSpareServers - the minimimun limit or number of httpd processes that will
always be available at any point in time *without serving requests* i guess
MaxSpareServers - the max limit corresponding to the ab
Maybe a little help :
With this conf, your server wont be able to support lot of request
The coonfig i use if nearly this :
ServerLimit 5000 => no more than 5000 httpd process
StartServers 500 => at the launch of httpd 500 process launched
MinSpareServers 50
Hi Darvin,
On Tue, 2009-05-05 at 12:07 -0300, Darvin Denmian wrote:
>
> StartServers8
> MinSpareServers5
> MaxSpareServers 20
> ServerLimit 288
> MaxClients 256
> MaxRequestsPerChild 4000
>
>
> There is a good soul that can ex