Forum Discussion
taimoor_89941
Nimbostratus
May 29, 2008Need to route a URI to particular pool
Hi there
I have the following requirement and I know its achiveable on bigIP but I am not sure how to go about it. Basically, we want to use it as an intelligent router. we got a website www.a...
May 29, 2008
This should do the trick. Put your old server in pool1 and new server in pool2.
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/abc*" {
pool pool1
}
"/xyz*" {
pool pool2
}
}
}
-Joe
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