Forum Discussion
khoutman_235081
Nimbostratus
Dec 07, 2015Issues with pool redirect
We're trying to move a website from on prem to a cloud provider 1 page at a time and decided that trying to do everything on the F5 would be the best way to do it. So I setup a test environment with...
khoutman_235081
Nimbostratus
Dec 07, 2015FYI we updated the irule to below and in testing it looks good so far. We're still doing some more tests but hopefully this solved our issue-
when CLIENT_ACCEPTED {
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] starts_with "/abc" }{
pool pool_cloud
}
else {
pool $default_pool
}
}
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
