> I am running Apache2 mod.fcgid with Varnish 3 as a cache. I am getting > around 50% cache misses. I would appreciate any help or hints on what I am > doing wrong with my default.vcl.
Hi Marc, You may want to expand your monitoring and check for what kind of misses you have: pass, pipe, cache miss, … Your VCL has some custom logic to exclude certain URLs that are explicitly passed, this may just be what you're seeing here. Mattias
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
