Forum Discussion
pgsmith_120398
Jan 14, 2014Altostratus
Sorry page redirect
Im trying to set up an iRule that will redirect traffic to an IIS server when there are no active pool members. I have the basics working. However the sorry page will only display properly the first ...
IheartF5_45022
Jan 15, 2014Nacreous
Yes there is a workaround. Try this;-
when CLIENT_ACCEPTED {
set def_pl [LB::server pool]
}
when HTTP_REQUEST {
if {![active_members $def_pl]} {
HTTP::uri "/"
pool /ESI/solr.erp-pool
} else {
pool $def_pl
}
}
- pgsmith_120398Jan 15, 2014AltostratusI'm sorry if this is a stupid question but could you explain how this rule differs from my original. It looks like it does the same thing in a different manner.
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