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 a twist about making lots of requests, it might be waiting for one
keepalive connection to close before opening another through which
it's scheduled to fetch those images.

If you have any kind of rate-limiting or DoS-protection module in Apache,
that could also be delaying a connection if the client is trying to
open more than your server defences permit.

-- 
Nick Kew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to