Forum Discussion
zacks023_101602
Nimbostratus
Oct 16, 2009Redirect
I am wondering if we can adjust the rules, to not redirect any request which contains the following URI "/xyz/localservices"
Current working iRule:
when LB_FAILED {
...
The_Bhattman
Nimbostratus
Oct 17, 2009I believe you can do the following
when LB_FAILED {
if { [active_members [LB::server pool]] != 0 } {
} else {
if {![HTTP::uri] eq "/xyz/localservice" } {
HTTP::fallback "http://xyz.testabc.cgi.com"
}
}
I hope this helps
CB
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
