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

Ricardo Newbery ric at digitalmarbles.com
Thu Jan 29 01:48:36 CET 2009


On Jan 28, 2009, at 4:29 PM, Anton Stonor wrote:

> Ricardo Newbery skrev:
>
>>> 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?
>
> No, this is not a production setup. My problem is not that I cache too
> much, but the opposite.
>
> And yep, I know about the cookie issue:
> http://markmail.org/message/pfpx7lanicpumsdg
>
> Thanks for noticing.
>
> /Anton


Sorry, I'm confused.  Maybe I'm misunderstanding what you're saying  
here, but the cookie issue will mean that you will cache too little,  
not too much.

Ric





More information about the varnish-misc mailing list