Re: [users@httpd] Apache performance server reached MaxClients setting

2005-06-02 Thread Jirka Vejrazka
One quick-hit solution might be decreasing KeepAlive setting to something short, say 5 seconds. This will reduce number of processes "hang" while waiting for the same client reusing keepalive connection. Also check the documentation for ServerLimit (http://httpd.apache.org/docs-2.0/mod/mpm_common.

Re: [users@httpd] Apache performance server reached MaxClients setting

2005-06-02 Thread Joshua Slive
On 6/2/05, Gamesnel - Piethein Strengholt <[EMAIL PROTECTED]> wrote: > I have a plesk (7.5.2 box) running with Redhat 9. This machine (Pentium > 4 1024 mhz) was running fine for quite a long time. This week one of my > sites became very populair and this gives me some troubles. The apache > server

[users@httpd] Apache performance server reached MaxClients setting

2005-06-01 Thread Gamesnel - Piethein Strengholt
I have a plesk (7.5.2 box) running with Redhat 9. This machine (Pentium 4 1024 mhz) was running fine for quite a long time. This week one of my sites became very populair and this gives me some troubles. The apache server stops to work and I need to restart it within every 10 minutes. Then apac