Forum Discussion
ucgwebmaster_95
Nimbostratus
Jun 11, 2008URL redirect to different pool
I have an urgent need and I am not sure how to do this. I have a pool of 2 nodes which use host headers on the same IP in IIS. I need to take one of the DNS names and redirect traffic to a different n...
Ian_Smith
Jun 13, 2008Ret. Employee
here is the host header irule, fwiw:
when HTTP_REQUEST {
switch [HTTP::host] {
www.site1.com {
pool pool_site1
persist cookie
}
www.site2.com {
pool pool_site2
persist cookie
}
www.site3.com {
pool pool_site3
persist cookie
}
default { reject }
}
}
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