Forum Discussion
Mazen2006_14317
Nimbostratus
Mar 26, 2014irule to redirect traffic to specific pool
Hello,
I need to redirect traffic from VS_prospect to a specific node(prospect) if the uri begin whith /NECPF/vod/cpprospect/. VS_prospect is in partition CLI05_SFR and node prospect in partition C...
Mar 26, 2014
Almost. Try this one:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/necpf/vod/cpprospect/" } {
pool /CLI03_INTE/pool_prospect
}
}
/Patrik
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