Forum Discussion
Beinwin_264402
Nimbostratus
Jun 21, 2016Multiple service on same FQDN
Hi,
I have a doubt. We need to do something like this: We have an domain: we need that if a user put this direcction in his/her browser, the F5 send it to a server x.x.x.x, but if the user put...
OTS02
Cirrus
Jun 21, 2016Perhaps make two pools, and apply an iRule like this:
when HTTP_REQUEST { set uri [string tolower [HTTP::uri]]
if { $uri equals "/" } {
pool NOTHING_BUT_Xs
}
else {
pool NOTHING_BUT_Ys
}
}
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