Forum Discussion
Jon_46029
May 16, 2012Nimbostratus
Redirecting a client when "connection refused" by pool
When all of the pool members are down for a Virtual Server (VS), we're seeing a connection refused error at the browser.
I'd like to catch that in the F5 LTM with an iRule and direct the bro...
smp_86112
May 21, 2012Cirrostratus
When all of the pool members are down for a Virtual Server (VS)
That's what triggers the LB_FAILED event. Something simple like this should work:
when LB_FAILED {
HTTP::redirect "/maintenance.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