Forum Discussion
Godswill
May 19, 2021Nimbostratus
Pool selection using I-rule or policy
Help please with the follow irule or policy that can work for me. I have one virtual server for the follow two website. Client puts mcd-test.who.gov/acr -----> go to Pool pool 172.120.20...
spalande
May 20, 2021Nacreous
Try below
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"acr*"
{
pool mcd-test.who.gov_7878_pool
}
default {
pool mcd-test.who.gov_9999_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