Forum Discussion
Dmitry_Sherman
Nimbostratus
Sep 12, 201311.4 node/pool select according to domains list
Hello,
I need to perform node/pool selection according to big domains list.
I have a list of 500 domains that have to be routed to a specific node, all other domains should be routed to the second no...
Dmitry_Sherman
Nimbostratus
Sep 12, 2013I made this irule:
when HTTP_REQUEST {
if { [class match [string tolower [HTTP::host]] contains iwin2_list] } {
pool iwin2_pool
} else {
pool iwin_http_pool
}
}
the datagroup iwin2_list contains a host without 'www', is it the correct way to do this?
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