purge.hash in trunk

Skye Poier Nott skye at F4.ca
Tue Jul 15 00:10:28 CEST 2008


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




More information about the varnish-misc mailing list