Mobile app version of vmapp.org
Login or Join
Angela700

: A lot of 408 errors in apache logs - how to prevent them? I see a lot of 408 errors in my apache2 logs. I increased RequestReadTimeout and KeepAliveTimout but errors are still there. The errors

@Angela700

Posted in: #Apache2

I see a lot of 408 errors in my apache2 logs.
I increased RequestReadTimeout and KeepAliveTimout but errors are still there.

The errors look like this:

xx.xx.xx.xx - - [05/Dec/2012:19:33:56 +0100] "-" 408 4561 "-" "-"
xx.xx.xx.xx - - [05/Dec/2012:19:33:56 +0100] "-" 408 4561 "-" "-"


I heard that these errors are related to Chrome optimization and some users did reported our site returning 408 internal error.

It is interesting that we get two 408 error from same IP in sequence then it that IP start working.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

Those tend to be from web browsers doing predictive optimization; if
the browser thinks there's a good chance the user is going to do
something, it will prepare to do it. If you're the first result in
someone's Google search, or their mouse cursor hovers over a link to
your site a little too long, it may open a connection or start loading
the page in anticipation of a click.
forum.linode.com/viewtopic.php?p=47596

I would also read this answer on server fault which suggests not to mess with those apache settings serverfault.com/a/383294/94412

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme