Forum Discussion
Vadim_96730
Nimbostratus
Sep 03, 2015iRule for directing traffic from a specific host and URI to a given pool
Hi, Guys.
I need help for writing an iRule to send traffic from host1.internet.com with a URI request matching /uri1* to a pool pool1
Thank you in advance.
arpydays
Nimbostratus
Sep 03, 2015try this...
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "host1.internet.com" } {
if { [string tolower [HTTP::uri]] starts_with "/uri1" } {
pool pool_X
}
}
}
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