In message <4b0411ed.5020...@danielbruessler.de>, Daniel Bruessler writes:
>Hi,
>
>we're using varnish for a newspaper-portal and see in the logfile that
>about 1% of the requests are NOT done by varnish. That requests don't
>get the special varnish-http-header like the "Age:" info.

Check if these requests are processed by "pipe" or "pass".

Pay particular attention to "pipe" as all subsequent requests on
the same TCP connection gets routed directly to the backend.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
p...@freebsd.org         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to