<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Can you provide your VCL, or at least a representative sample of how</div>
you're mapping your sites to backends?<br></blockquote><div><br></div><div>Sure, here is it: <a href="http://pastebin.com/uvFKH4ub">http://pastebin.com/uvFKH4ub</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
If you're relying on host headers, are you properly handling all<br>
possibilities? e.g. some browsers might send the port number so you'll<br>
get something like "Host: www.some.site:80" which maybe you're not<br>
handling (expecting only "www.some.site") and therefore it's going<br>
through to the default backend.<br></blockquote><div><br></div><div>Oh... Makes sense. As you can see in my VCL example, I'm not expecting the ":80".</div><div>Do you think this may be the problem, so? </div>
</div><br>