Forum Discussion
Bob_10976
Feb 09, 2012Nimbostratus
Redirect to different Pool based on Host
Hello all...
I'm in the process of migrating several site from one server group to another, and since I'm only doing a few at a time I want to be able to redirect request for those sites that ha...
Asim_Sharfuddin
Apr 01, 2012Nimbostratus
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"career.mycompany.com" {
Use pool1
pool Pool1
}
"support.mycompany.com" {
Use pool2
pool Pool2
}
"help.mycompany.com" {
Use default pool
pool pool3
}
}
}
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