Forum Discussion
Azize_118739
Nimbostratus
Jul 11, 2013HTTP monitoring from a shared server
Hi, I am new with BIG-IP LTM, so, sorry if I have a basic question.
We have a server with many sites, the server uses only one IP and the request is rotated to the corret site by host header of ...
Kevin_Stewart
Employee
Jul 12, 2013It is definitely possible, assuming 2 things:
1. There's a pool named or that can be derived from the requested host name, and
2. You should check to make sure the pool exists before trying to use it.
set pool [string tolower [HTTP::host]]_pool
or
set host [string tolower [HTTP::host]]
set pool ${host}_pool
if { [catch {
pool $pool
}] } {
Send to default pool and log error
log local0. "Requested pool ($pool) doesn't exist"
}
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