Re: Varnish bypassing cache when if-modified-since header present?

2007-07-02 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mike Hedlund writes: >Hey guys, > > I've been playing with varnish for the last few days, trying >to eval it as a squid replacement my image serving farm. I enabled >it on one of the squids friday (replacing 2 seperate squid processes >on a single server), and

Re: Varnish bypassing cache when if-modified-since header present?

2007-07-02 Thread Mike Hedlund
sorry for the spam, but i just realized the cause of the behavior i was seeing-- the cookie being set. after i modified the default vcl to: # if (req.http.Authenticate || req.http.Cookie) { if (req.http.Authenticate) { pass; } it works as expected... -mike

Varnish bypassing cache when if-modified-since header present?

2007-07-02 Thread Mike Hedlund
Hey guys, I've been playing with varnish for the last few days, trying to eval it as a squid replacement my image serving farm. I enabled it on one of the squids friday (replacing 2 seperate squid processes on a single server), and seen pretty awesome results: http://boom.net/~mike/squ