<div dir="ltr">We managed to find what appears to be one of these failed requests:<div><br></div><div>2014-10-22T15:47:56.092374Z littlepeople <a href="http://68.115.251.182:45368">68.115.251.182:45368</a> - -1 -1 -1 408 0 0 0 "GET <a href="http://littlepeople.pathwright.com:80/">http://littlepeople.pathwright.com:80/</a> HTTP/1.1"</div><div><br></div><div>Says request timeout. I've got my ELB timeout set to 6 seconds, and varnish's default idle_timeout is 10s. I have also added this:</div><div><br></div><div><div>sub vcl_pipe {</div><div>    # Don't re-use backend connections.</div><div>    set bereq.http.Connection = "close";</div><div>}</div></div><div><br></div><div>None of this seems to have made any difference, though. Any further ideas on how to handle this?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 5:50 PM, Paul Armstrong <span dir="ltr"><<a href="mailto:psa@otoh.org" target="_blank">psa@otoh.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">At 2014-10-20T16:50-0400, Greg Taylor wrote:<br>
>    We've been running Amazon Elastic Load Balancer (ELB) as our<br>
>    front-facing reverse proxy and SSL terminator, with a pool of Django<br>
>    app servers behind it. This setup has worked very well for us for about<br>
>    four years now.<br>
<br>
</span>Have you tried turning on ELB logging and seeing if the ELB reports<br>
something interesting for such broken queries?<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Greg Taylor,<div>Pathwright Co-founder</div><div><a href="http://www.pathwright.com" target="_blank">http://www.pathwright.com</a></div>(864) 334-8735</div>
</div>