Questiona about req.backend.healthy
Marco Felettigh
marco at nucleus.it
Wed Jun 12 14:49:24 CEST 2013
Hi ,
i'am new about Varnish and i need help understanding
req.backend.healthy .
req.backend.healthy is a state for all the backends or i can check the
healthy of a single backend ?
How can i grace only the content from a single backend ?
site1 -> be1
site2 -> be2
example:
backend be1 {
.host = "x.x.x.x";
.port = "80";
.probe = {
.url = "/index.php";
.interval = 5s;
.timeout = 1 s;
.window = 5;
.threshold = 3;
}
}
backend be2 {
.host = "y.y.y.y";
.port = "80";
.probe = {
.url = "/index.php";
.interval = 5s;
.timeout = 1 s;
.window = 5;
.threshold = 3;
}
}
thanks
Marco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20130612/8a244eee/attachment.pgp>
More information about the varnish-misc
mailing list