Forum Discussion
Sthefanie_Marq1
Nimbostratus
Oct 30, 2018Redirect all traffic from URN to a node specific
How can i redirect all traffic from urn to a node specific? Example:
VS_EXAMPLE = 20.20.20.1 port 443
POOL_EXAMPLE with the follow pool members
NODE_01 10.10.10.1 port 1000 should be the re...
Stanislas_Piro2
Cumulonimbus
Oct 30, 2018Hi,
you can try this:
when HTTP_REQUEST {
if {[HTTP::path] starts_with /EXAMPLE01/ } {
pool POOL_EXAMPLE member 10.10.10.1 1000
} elseif {[HTTP::path] starts_with /EXAMPLE02/ } {
pool POOL_EXAMPLE member 10.10.10.2 2000
}
}
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