Alex Hooper wrote:

 > 5 VCL_call     c recv
 > 5 VCL_return   c pass
 > 5 VCL_call     c pass
 > 5 VCL_return   c pass
 > 5 VCL_call     c error
 > 5 VCL_return   c deliver


It looks like you're using "pass", rather than "fetch", which probably 
isn't desirable when you're just doing a simple GET request.  I'd expect 
to see something like:

    7 VCL_call     c recv
    7 VCL_return   c lookup
    7 VCL_call     c hash
    7 VCL_return   c hash
    7 VCL_call     c miss
    7 VCL_return   c fetch

Can you send your VCL file, so that I can take a look at the logic?


Rob
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to