Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread Nick Kew
On Mon, 16 Jul 2012 10:47:54 -0400 oh...@cox.net wrote: Has anyone encountered something like this. What timeouts might be set to 30 seconds in Apache that might be causing this kind of behavior? Check your keepalive. If your browser, or some agent on the network, is getting its knickers in

Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread ohaya
Nick Kew n...@webthing.com wrote: On Mon, 16 Jul 2012 10:47:54 -0400 oh...@cox.net wrote: Has anyone encountered something like this. What timeouts might be set to 30 seconds in Apache that might be causing this kind of behavior? Check your keepalive. If your browser, or

RE: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread Garrison, Jim (ETW)
-Original Message- Subject: Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images Just a wild guess, but is it possible Apache is configured to resolve Hostnames and rDNS is not set up correctly

RE: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread ohaya
Garrison wrote: -Original Message- Subject: Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images Just a wild guess, but is it possible Apache is configured to resolve Hostnames and rDNS is not set up correctly? Jim, Thanks for the suggestion

RE: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread David Hubbard
From: Garrison, Jim (ETW) [mailto:jim.garri...@nike.com] -Original Message- Subject: Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images Just a wild guess, but is it possible Apache is configured to resolve Hostnames and rDNS is not set up correctly

Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread Vivek Nambiar
] -Original Message- Subject: Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images Just a wild guess, but is it possible Apache is configured to resolve Hostnames and rDNS is not set up correctly? Additionaly, same issue can occur if a deny statement using

RE: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread ohaya
David Hubbard dhubb...@dino.hostasaurus.com wrote: From: Garrison, Jim (ETW) [mailto:jim.garri...@nike.com] -Original Message- Subject: Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images Just a wild guess, but is it possible Apache

Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread ohaya
Vivek Nambiar vivek1namb...@gmail.com wrote: May be you can add the hostname and ipaddress in the linux hosts file,restart apache and see if that makes any difference?? Thanks VIVEK Hi Vivek, I made suer that there was an entry in /etc/hosts, with both the FQDN and short hostname

Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread Macks, Aaron
Can you run either strace (or dtrace depending on platform) against the running process and see what it is doing during the request? A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617) 783-7461| Fax:

[users@httpd] Solved was Re: [users@httpd] Apache taking (exactly) 30 seconds to serve static images

2012-07-16 Thread ohaya
Macks wrote: Can you run either strace (or dtrace depending on platform) against the running process and see what it is doing during the request? A -- Aaron Macks Sr. Unix Systems Engineer Harvard Business Publishing 300 North Beacon St.| Watertown, MA 02472 (617)