On 14-Jul-08, at 2:58 PM, Poul-Henning Kamp wrote:
> Because the default vcl_hash says:
>
>    sub vcl_hash {
>        set req.hash += req.url;
>        if (req.http.host) {
>            set req.hash += req.http.host;
>        } else {
>            set req.hash += server.ip;
>        }
>        hash;
>    }

*blush* that would explain it, this whole time I've been trying to  
'purge host#path#' when its supposed to be 'purge path#host#'

Thanks,
Skye

_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to