Forum Discussion
Jeremy_Brainerd
Nimbostratus
Mar 31, 2017iRule to redirect F5 traffic based on keyword content.
I am trying to figure out a way to redirect F5 traffic.
Here's my scenario:
Normal traffic is routing to http://abc.example.com/home/A/B/Login.html
I need something where during a Maintenan...
Vijay_E
Cirrus
Mar 31, 2017Can you use a redirect when the pool members are down during maintenance ? You can probably use a monitor that checks the application hosted by the pool members:
when HTTP_REQUEST {
if { [LB::server pool] < 1 } {
HTTP::respond 301 Location "http://abc.example.com/home/A/B/Offline.html"
}
}
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
