r 12 13:51:22 2011] [error] server reached MaxClients setting,
> consider raising the MaxClients setting
>
> Thanks.
>
> -Original Message-
> From: Eric Covener [mailto:cove...@gmail.com]
> Sent: martes, 12 de abril de 2011 13:38
> To: users@httpd.apache.org
>
ct: Re: [users@httpd] Apache crashes under keep-alive test
> I tried to increase the ServerLimit and MaxClients directives, but it does
> not improve the test (or at least the numbers I tried). If I change the test
> to be done with HTTP 1.0, then the test is done perfectly, without any
The timeout values (both Timeout:120 and KeepAliveTimeout:15)
are obscenely large. Timeout should be maybe 10 and KeepAliveTimeout
maybe 3 (if a persistent connection is coming, it will come quickly,
otherwise its best to put up with the overhead of socket teardown/
buildup rather than have an Apac
> I tried to increase the ServerLimit and MaxClients directives, but it does
> not improve the test (or at least the numbers I tried). If I change the test
> to be done with HTTP 1.0, then the test is done perfectly, without any
> error. And if I reduce the waiting time between requests the test co
Hi,
I am testing Apache HTTPD (2.2.17) with a benchmarking tool called Tsung.
Apache is running the default configuration files, in prefork mode.
The keep-alive is configured as follows:
Timeout 120
KeepAlive On