[us...@httpd] https very slow

2010-08-31 Thread Malka Cymbalista
We are running Apache 2.2.6 with mod_ssl on a Linux machine running RedhHat Enterprise release 4. Two days ago we started experinecing a problem -whenever anyone goes to an https address, things are very very slow. The page eventually comes up but it takes a very long time. Until 2 days ago,

Re: [us...@httpd] Issue with mod_proxy encoding URL's

2010-08-31 Thread Eric Covener
In to Apache proxy: GET /arsys/forms/remprod.com/%2BXYZ%3AChange+Password+Dialogue/Default+Admin+View/? HTTP/1.1 Out to target server: GET /arsys/forms/remprod.com/+XYZ:Change+Password+Dialogue/Default+Admin+View/? HTTP/1.1 Is there some switch that I can turn on to have it properly

[us...@httpd] [ANNOUNCEMENT] Apache HTTP Server 2.3.8-alpha Released

2010-08-31 Thread Jim Jagielski
Apache HTTP Server 2.3.8-alpha Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.3.8-alpha of the Apache HTTP Server (Apache). This version of Apache is principally an alpha release to test new technology

Re: [us...@httpd] https very slow

2010-08-31 Thread Steven Pierce
Did you look at the HTTP logs to see if there was anything that had changed? Maybe there is a child process that has gone south?? On 8/31/10 12:37 AM, Malka Cymbalista wrote: We are running Apache 2.2.6 with mod_ssl on a Linux machine running RedhHat Enterprise release 4. Two days ago we

[us...@httpd] Slow Responses Under Low Load

2010-08-31 Thread Travis Whitton
Hi there, we're having a strange issue and wondering if anyone might have any suggestions. We have a cluster of apache machines and are experiencing a problem where the load average and other hardware metrics are well below normal ranges, but the response times are exceedingly high (even for tiny

Re: [us...@httpd] Slow Responses Under Low Load

2010-08-31 Thread Eric Covener
Running `netstat -tapn | grep 80 | wc -l' shows 11299 connections to port 80. We're setup to use prefork with the following configuration. MaxClients        1000 Is the netstat output a typo? With MaxClients 1000 and the default ListenBackLog of ~500, you should have started refusing

Re: [us...@httpd] Slow Responses Under Low Load

2010-08-31 Thread Rainer Jung
On 31.08.2010 23:38, Eric Covener wrote: Running `netstat -tapn | grep 80 | wc -l' shows 11299 connections to port 80. We're setup to use prefork with the following configuration. MaxClients1000 Is the netstat output a typo? With MaxClients 1000 and the default ListenBackLog of ~500,