[varnish] Re: Cacheability - changed in Varnish 2?

Ricardo Newbery ric at digitalmarbles.com
Wed Jan 28 12:15:51 CET 2009


On Jan 28, 2009, at 2:23 AM, Anton Stonor wrote:

> sub vcl_recv {
> 	set req.grace = 120s;
> 	set req.backend = backend_0;
>
> }
>


Is this truly all you have in vcl_recv?  This will mean that any  
cookied requests will get passed.  Is this intentional?

Ric





More information about the varnish-misc mailing list