Forum Discussion
jsolis_326116
Nimbostratus
Jul 07, 2017configure two URL with the same web page
I need configure my F5 LTM that when an user search the URL "; and "; the traffic be sends to different servers, but the central web page be the same.
Is it possible
1 Reply
- P_K
Altostratus
You can try this irule,
when HTTP_REQUEST {
if { [HTTP::host] eq " && [string tolower [HTTP::uri]] starts_with "/case1" } {
pool serverpool1
} elseif { [HTTP::host] eq " && [string tolower [HTTP::uri]] starts_with "/case2" } {
pool serverpool2
}
}Pool1 will be your serverpool processing /case1 traffic and pool2 will be your serverpool processing /case2 traffic
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
