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.100.5.10:80 is virtual server
If the domain is www.foo.com then forward to pool_foo
If the domain is www.bar.com then forward to pool_bar
Thanks in advance
1 Reply
- Colin_Walker_12Historic F5 AccountThis 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 }
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