> But if there is still traffic going to the backend I dont understand why the > hitrate is 1.00
Hitrate = number of hits/number of *cacheable* requests The requests you see going to the backend are non-cacheable requests. By default, varnish does not cache if a request contains a cookie. You might want to add some rule to cache those requests (when possible). Jean-François _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
