In message <[EMAIL PROTECTED] m>, "Pavel Pragin" writes: >directions in this link: >http://varnish.projects.linpro.no/wiki/VCLExamplePurging > >I added these lines to my VCL configuration file and restarted Varnish: >sub vcl_hit { > if (req.request =3D=3D "PURGE") { > set obj.ttl =3D 0s; > error 200 "Purged."; > } >}
That is not enough, you need to include the _entire_ example. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
