Forum Discussion
Patrick_Deal_23
Nimbostratus
Oct 21, 2015Multiple Website urls to a single VIP iRule
I have a project to consolidate external addresses being used to press the F-5 ltm to take the redirection brunt of traffic. I have a similar iRule that is redirecting vi the uri (/xxx) and want to ...
Patrick_Deal_23
Nimbostratus
Oct 21, 2015the original iRule is as such.
when CLIENT_ACCEPTED {
Save the name of the VS default pool
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/smartee*" {
pool SMARTEE_PORTAL
}
"/alertsintegration*" {
pool ALERTS-INTEGRATION-7005
}
default {
pool $default_pool
}
}
}
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