varnish changes HEAD to GET on backend request

Taylan Develioglu tdevelioglu at ebuddy.com
Wed Apr 14 18:55:59 CEST 2010


I feel incredibly dense, but I can't get it to do what I want.

redefined vcl_recv:

sub vcl_recv {
    if (req.request == "HEAD") {
        return(pass);
    }
}

HEAD is still changed into GET.

On Wed, 2010-04-14 at 18:36 +0200, Poul-Henning Kamp wrote:
> Poul-Henning Kamp





More information about the varnish-misc mailing list