Forum Discussion
an iRules to redirect http traffic
Done some modification in above irule. Rest every thing is correct.
when HTTP_REQUEST {
if {[string tolower[HTTP::uri]] starts_with "/abc"} {
pool pool1 }
elseif {[string tolower[HTTP::uri]] starts_with "/def"} {
pool pool2 }
}
- Frank_Cai_30145Dec 04, 2016
Nimbostratus
thanks!
- jurgenvdmark_14Dec 07, 2016
Nimbostratus
Instead of using iRules, you can also use a ltm policy, which makes it more visible:
Name: select_pool Requires: http Controls: forwarding
Rule: forward_pool1 Condition: http-uri starts_with /abc Action: forward pool pool1 Rule: forward_pool2 Condition: http-uri starts_with /def Action: forward pool pool2
It may require some more configuring then using an iRule but instead of using TCL code, you get an clear overview what the policy does.
- Frank_Cai_30145Dec 07, 2016
Nimbostratus
thanks! I will try it.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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