On Mon, Dec 5, 2011 at 7:10 PM, Mit Rowe <[email protected]> wrote:

> Is there a way to specify the method used during health checks, such as
> using "HEAD" instead of "GET"?


Yes.

         probe rawprobe {
             "HEAD / HTTP/1.1"
             "Host: www.foo.bar"
             "Connection: close";
       }

This is documented in the reference material. Available in "man vcl".


Per.

-- 
Per Buer, CEO
Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer
*Varnish makes websites fly!*
Whitepapers <http://www.varnish-software.com/whitepapers> |
Video<http://www.youtube.com/watch?v=x7t2Sp174eI> |
Twitter <https://twitter.com/varnishsoftware>
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to