Forum Discussion
Placide_174633
Nimbostratus
Jul 21, 2016different pools of servers behind same LB VIP
Hi,
I am new to F5 and please forgive me if this is basic.
I have requirements to configure F5 to allow access to different server/applications that use same https://www.abc.com URL/VIP. Applica...
Vijay_E
Cirrus
Jul 21, 2016Untested:
When HTTP_REQUEST {
if { [HTTP::host] eq "abc.com" } {
if { [HTTP::uri] equals "/app1" } {
pool POOL-APP1
} elseif { [HTTP::uri] equals "/app2" } {
pool POOL-APP2
}
}
}
https://devcentral.f5.com/articles/irules-101-01-introduction-to-irules
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