Forum Discussion
nitass
Feb 09, 2012Employee
yes, it should work just fine.
e.g.
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"new.domain.com" {
pool new_pool
}
default {
pool default_pool
}
}
}