André Øien Langvand <[EMAIL PROTECTED]> writes: > Yep, and as mentioned in the first mail, I've tried to use both > req.url and req.http.host in diffrent combinations in purge_hash() > without any luck.
purge_hash() wants the object's hash string, which is something like req.url + '#' + req.host. If you only have one virtual host, just use purge_url() instead. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
