Forum Discussion
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
}
}
}