Forum Discussion
D__Yutzy_151141
Nimbostratus
Apr 16, 2014Routing external traffic to internal, multiple domains, URL's, old version of F5
We are using an older version of F5 (9.4.x) and my internal team is struggling with an iRule
High Level Architecture:
Web Tier: F5 -> Reverse Proxy x2 (Apache mod_proxy, load balanced) -> App Ti...
Doug_McKay_4976
Nimbostratus
Apr 16, 2014You could create separate pools for the servers and use something like this:
when HTTP_REQUEST {
switch -glob [string tolower [http_host]] {
"qa1.xyz.net" {
pool qa1
}
"qa2.xyz.net" {
pool qa2
}
"qa3.xyz.net" {
pool qa3
}
default {
pool default_pool
}
}
}
...Doug
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