Forum Discussion
vvskaladhar_488
Nimbostratus
Aug 27, 2013Question : Page redirection to Maintenance page when pool members are down
Can some one pelase help me with model Irule for page redirection to Maintenance page ( HTML ) when all the pool members are down during the Maintenance window ? What all the requirements from ser...
Stefan_Magnus_L
Nimbostratus
Aug 27, 2013I use the redirect method all the time. However my code looks more like this ( == 0 , as in no active members)
Or even:
ltm rule myrule {
when HTTP_REQUEST {
if { [active_members [LB::server pool]] == 0 } {
HTTP::redirect "http://www.google.com"
}
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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