Forum Discussion
vincenthamilton
Nimbostratus
Oct 13, 2014iRules to conserve IP's
I want to know how to create an irule to look at host headers and redirect the traffic to different web servers in LT M pools.
We have a GTM that does the DNS and an LTM with the nodes.
I wanted...
Arie
Altostratus
Oct 13, 2014Here's a simple iRule to get you started:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"www.domain1.com" {
pool poolForDomain1
}
"www.domain2.com" {
pool poolForDomain2
}
}
}
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