Forum Discussion
Mali47_261353
Nimbostratus
Apr 28, 2016uri forwarding to a pool on an SSL Virtual server
Setup
2 Virtual Servers
- one on port 80 redirects to https virtual server, clientssl is applied on this virtual server, http profile.
Redirect anything starting with /abc to pool mypool
-iRule ...
ekaleido
Cirrus
May 02, 2016Maybe try this...
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/abc") } {
pool normalpool
} else {
pool abcpool
}
}ekaleido
Cirrus
May 02, 2016Odd. I'm using that iRule , with slight modifications (I use /api instead of /abc and my pools are obviously not named "normalpool" and "abcpool") and it runs a production VIP for me today. What code version is your LTM running?
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