Forum Discussion
nathe
May 24, 2012Cirrocumulus
Tharun
Do you need the redirect to go to the actual ip address or can the existing host just be used but adding the URI you mention above?
when HTTP_REQUEST {
Once pool member has been selected check if it's x.x.x.x
if { [IP::addr [LB::server addr] equals x.x.x.x] } {
HTTP::uri "/index.html"
}
}
Rgds
N