Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Pablo Armando
What about the number of open file descriptors ?? On 05/03/2012 01:33 PM, Tom Evans wrote: On Mon, Apr 30, 2012 at 4:20 PM, P J wrote: The fact that your issue seems to happen when you go above 1024 clients - a magic number - suggests that it may be something programatically wrong. Hope

Re: [users@httpd] Upgrade Apache 1.3.41 to 2.2.22

2012-04-19 Thread Pablo Armando
I did just that today (1.3 > 2.2). It is simple. I noted this: - Delete User/Group/BytesLog directive from vhosts (if you have them). - BytesLog could be replaced by something like this i think: LogFormat "%{%s}t %B ." bytes_count CustomLog domlogs/example.com-bytes_log bytes_count - In