Forum Discussion
adrian_171483
Cirrus
Jan 09, 2015multi pool irule
Hi guys I have an issue with a irule that is forwarding to 2 pools. (from a single Virtual server)
the CXF http farm is the "default" farm in the virtual server and works fine, the second fa...
Michael_Jenkins
Cirrostratus
Jan 09, 2015You could also add some logging to see if you can verify things are going where they are supposed to... Also, if you're getting a 404 and the logs (in /var/log/ltm) say it's changing to the admin pool, then it would seem like your URI is bad.
when HTTP_REQUEST {
if {[HTTP::uri] contains "/admin"} {
log local0. "Changing to ADMIN pool: [HTTP::uri]"
pool ADMIN-http-farm
} else {
log local0. "Default pool: [HTTP::uri]"
pool CXF-http-farm
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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