Forum Discussion
Frank_Cai_30145
Nimbostratus
Dec 02, 2016an iRules to redirect http traffic
Dear all
external user can access http://123.10.1.1:9090/abc , we need to load balance between two internal server 10.173.20.13:8080/abc and 10.173.20.14:8080/abc
and there is another service http:...
fgf_165674
Nimbostratus
Dec 02, 2016Hi Frank,
yes, you can do it with an iRule.
when HTTP_REQUEST {
if { [HTTP::uri] contains "abc" } {
pool pool1
} elseif { [HTTP::uri] contains "cde" } {
pool pool2
}
}
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