>
> Can you provide your VCL, or at least a representative sample of how
> you're mapping your sites to backends?
>

Sure, here is it: http://pastebin.com/uvFKH4ub


>
> If you're relying on host headers, are you properly handling all
> possibilities? e.g. some browsers might send the port number so you'll
> get something like "Host: www.some.site:80" which maybe you're not
> handling (expecting only "www.some.site") and therefore it's going
> through to the default backend.
>

Oh... Makes sense. As you can see in my VCL example, I'm not expecting the
":80".
Do you think this may be the problem, so?
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to