Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Request header read timeout using AWS elastic load balancer on ubuntu

0

283 views

Since starting to use AWS elastic load balancer we have started to get 40,000 or more "Request header read timeout." errors per day. It appears that this is related to mod_reqtimeout (http://httpd.apache.org/docs/trunk/mod/mod_reqtimeout.html), which appears to be designed to defend against slow loris ddos attacks (http://ha.ckers.org/slowloris/). From what I can see on the network traffic between our apache and the load balancer, the connection is being kept alive across requests (which is probably a good thing). On the other hand, I suspect that perhaps keeping the connection alive might be responsible for the error, as the load balancer is perhaps sending nothing for periods of time longer than our timeout window just to keep the connection alive.

asked March 4, 2011 12:08 pm CST
posted via ServerFault

0 Answers

Be the first to answer this question

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions