Forum Discussion
falooda_281506
Nimbostratus
Sep 14, 2016iRule to route
I want to create an irule for the below. Is it appropriate to have specific URI's define going to the URI Pool or can we say anything with a URI goes to this pool. Everything else root of example.com...
Vijay_E
Cirrus
Sep 14, 2016when HTTP_REQUEST {
if { [HTTP::host] eq "example.com" } {
if { [HTTP::uri] eq "/" } {
pool POOL-EXAMPLE
} else {
pool POOL_URI-POOL
}
}
}
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