Hi All,

I have a backend server which really needs two health checks to be UP..

/* config sample*/
backend sso-backend
    redirect scheme https if !{ ssl_fc }
    stick on src
    stick-table type ip size 200k expire 60m
    option forwardfor
    option httpchk GET /getlinked/GetLinked.aspx
    http-check expect rstatus 302|200
    balance     leastconn
    server  sso01 sso01:80 check inter 15s
    server  sso02 sso02:80 check inter 15s


Backend servers sso01 & sso02 each have a dependent server (web01 & web02 
respectively) that needs checking as well.. if the dependent server fails I 
want to take the backend server down. Is this possible?

                    VIP
                       |
           ----------------
           |                       |
     sso01                 sso02
           |                        |
      web01              web02



Rgds,

Glenn

Reply via email to