Hello Varnish, i try to work with loadbalancing and health checking.
This is a part of my vcl file: If i start without the .porbe part all works fine. director cluster round-robin { { .backend = {.host = "10.10.60.192"; .port = "8080"; .probe = { .url = "/test.html"; .timeout = 5000 ms; .interval = 2s; .window=10; .threshold = 8; } } } If i start with this config i see this in varnishlog: 0 Backend_health - cluster Still sick 4--X-S--- 0 4 5 0.000000 0.000000 On the Web-Server i see this in the access log:10.10.60.196 - Anonymous [20/Nov/2008:13:55:33 +0200] "GET /test.html HTTP/1.1" 200 228 "" ""
and a wget to 10.10.60.192:8080/test.html works without any porblems. Maybe someone has an idea for me. Thanks in advance Christian
_______________________________________________ varnish-dev mailing list varnish-dev@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-dev