Forum Discussion
Kevin_Davies_40
Feb 28, 2017Nacreous
Given what you have said for the main VIP 172.30.114.60 try the following
when LB_SELECTED {
switch [LB::server addr] {
"172.30.114.56" -
"172.30.114.58" { if {[HTTP::uri] eq "/"} { HTTP::uri "/arsys" } }
}
}