VCL purge

2008-02-19 Thread André Øien Langvand
Hi, A few days ago, DES wrote the following in reply to another mail: > > If the point of this is to allow the client to Shift-Reload, you > > should purge the URL to force a reload from the backend, instead of > > piping the request. And the question is, how can I do this? I'm having problems f

obj.tll as string

2008-02-19 Thread Anders Vännman
I tried this code in vcl_fetch in my vcl.conf, but it doesnt work. We are running varnish-1.1.2 I get error String representation of 'obj.ttl' not implemented yet varnish-misc@projects.linpro.no writes: >I can't remember if 1.0.4 can do this, but I think that in 1.1.2 you >can add a header to

Re: http purge help

2008-02-19 Thread Charlie Farinella
On Tuesday 19 February 2008, Stig Sandbeck Mathisen wrote: > You need something in your vcl_recv as well, to match against the > purge acl, and force it to "lookup" on an acl match. It would go > nicely inside the "pipe if not GET or HEAD request" from the default > vcl like this: > > sub vcl_re