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


_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to