Forum Discussion
Sarnoth_81568
Nimbostratus
Aug 01, 2008LB::reselect problem
Let me give you some background before I get in to the problem.
We have a web application that uses session replication. A node can fail in such a way that it always return 5xx error pages. We ...
dennypayne
Employee
Apr 23, 2009If session state is replicated and no re-try is necessary, what about just this:
when HTTP_RESPONSE {
if { [HTTP::status] eq "503" } {
LB::down
}
}
in combination with a reverse health monitor that watches for 503's as well? Basically the same thing as before minus the reselect, which will effectively get done anyway.
Denny
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
