Forum Discussion
ka1021
Oct 20, 2021Altostratus
You might need to override fallbackhost using LB_FAILED event iRule.
when LB_FAILED {
HTTP::fallback "http://host2.com[HTTP::uri]"
}
You might need to override fallbackhost using LB_FAILED event iRule.
when LB_FAILED {
HTTP::fallback "http://host2.com[HTTP::uri]"
}