Forum Discussion
Iain_Conochie_8
Nimbostratus
Jan 10, 2006Choose Pool based on http headers
Morning People,
I have a single Virtual Server that will have multiple websites accessing it. I need to be able to split these websites based on HTTP_HEADERS
e.g.
10.10...
Colin_Walker_12
Jan 16, 2006Historic F5 Account
This would be a relatively simple rule that looked something like:
if (http_host eq "www.foo.com") {
use pool foo_pool
}
else if (http_host eq "bar.com") {
use pool bar_pool
}
HTH,
-Colin
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