<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Varnish,<div><br></div><div>i try to work with loadbalancing and health checking.</div><div><br></div><div>This is a part of my vcl file:</div><div><br></div><div>If i start without the .porbe part all works fine.</div><div><br></div><div><div>director cluster round-robin {</div><div>    { .backend = {.host = "10.10.60.192";</div><div>                  .port = "8080";</div><div>                  .probe = { .url = "/test.html";</div><div>                             .timeout = 5000 ms;</div><div>                             .interval = 2s;</div><div>                             .window=10;</div><div>                             .threshold = 8; }</div><div>                }</div><div>    }</div><div><br></div><div><br></div><div>If i start with this config i see this in varnishlog:</div><div>0 Backend_health - cluster Still sick 4--X-S--- 0 4 5 0.000000 0.000000</div><div><br></div><div>On the Web-Server i see this in the access log:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; ">10.10.60.196 - Anonymous [20/Nov/2008:13:55:33 +0200] "GET /test.html HTTP/1.1" 200 228 "" ""</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;">and a wget to 10.10.60.192:8080/test.html works without any porblems.</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;">Maybe someone has an idea for me.</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;">Thanks in advance</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px;">Christian</span></font></div></div></body></html>