Forum Discussion
Teemu_Kunnari_1
Nimbostratus
Jan 18, 2016Directing traffic to a node based on a specific uri only if the node is up
Hi,
A customer is hoping to direct traffic to a /SOMEURI and when request is for that URI traffic should go to a different pool and member than the original ones on the VS. And only to this new ...
iaine
Nacreous
Jan 20, 2016Hi
That would be something like...
when HTTP_REQUEST {
if {[HTTP::uri] starts_with " /someuri" } {
if { [LB::status node x.x.x.x] eq "up" } {
node x.x.x.x
}
} }
....again, monitors are key to providing the correct status
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