Forum Discussion
prasaath_d
Oct 16, 2019Nimbostratus
Maintenance page irule was not working properly
Hi Team , currently we have configured below irule to display the display the maintenance page . when LB_FAILED { if {[active_members [LB::server pool]] <1} { LB::reselect pool Axi...
iaine
Oct 17, 2019Nacreous
Hi
Try adding HTTP::uri / so that the URI is rewritten to / if that is what your maintenance web page server is expecting
when LB_FAILED {
if {[active_members [LB::server pool]] <1} {
LB::reselect pool Axisconnect_Redirect_SplashPage
HTTP::uri /
}
}
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