john_waterworth
Nov 22, 2010Nimbostratus
redirect works when http node down but not when https node down
I have this rule working when the nodes are down in the http pool but it does not work when the nodes are down in the https pool. Does anyone have any suggestions ?
Thanks
when LB_FAILED {
if { [active_members [LB::server pool]] < 1 } {
The redirect will be sent only if LB_FAILED
was because the pool had no available members.
HTTP::fallback "https://tw-gateway-staging.lionbridge.com/outage/default.aspx"
}
}