Forum Discussion
Dayton_Gray_103
Nimbostratus
Oct 29, 2008Custom 404 passthrough question.
I have the following iRule in place:
when HTTP_REQUEST {
if { [HTTP::uri] contains "pagenotfound.html" } {
event disable all
}
}
when HTTP_RESPONSE {
if { [HTTP::statu...
hoolio
Cirrostratus
Nov 11, 2008If you want to reselect a member of a new pool, you'd need to use HTTP::retry from HTTP_RESPONSE. You can then specify a new pool in HTTP_REQUEST if the failure condition is true for that request. I've done a quick search for this specific scenario, but I don't see any identical posts. There are quite a few similar posts though in this forum. If you searching and get stuck, reply with what you've tested.
Aaron
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