]] pub crawler | tried: | purge.url images.pubcrawler.com/art/2.png | | Get: | 200 0 | | Assuming 200 means completed and 0 is number purged?
No. 200 means ok, 0 means «no bytes in reply» You probably want to do purge req.url == /art/2.png && req.http.host == images.pubcrawler.com http://varnish.projects.linpro.no/wiki/Purging talks a bit more about it. -- Tollef Fog Heen Redpill Linpro -- Changing the game! t: +47 21 54 41 73 _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
