Forum Discussion
William_Them_99
Nimbostratus
Mar 01, 2006Changing pool from the default
We have a virtual server with a default pool. For certain URIs on this virtual server, however, we need it to use a pool other than the default.
We have used the "pool" command after ...
Deb_Allen_18
Mar 01, 2006Historic F5 Account
I've had several instances where the default pool definition was not consistently honored after traversing a conditional rule.
I now usually explicity refer traffic to the default pool in an "else" statement, rather than allowing the traffic to just fall out of the rule into the default pool.
This is supposed to work, but proven unreliable:
default pool = y
if {[HTTP::uri] contains "x" }{
pool x
}
This consistently seems to work:
if {[HTTP::uri] contains "x" }{
pool x
} else {
pool y
}
which is unfortunate since it makes the resulting rule less flexlible.
HTH
/deb
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