Forum Discussion
Nick_Matthews
Mar 15, 2013Cirrus
iRule Universal Persistence
Hi,
I am hoping someone can help with this issue, or at least point me in the right direction.
I have 2 VS using the same VIP running on port 80 and 443.
I have no default pool selecte...
nitass
Mar 15, 2013Employee
when HTTP_REQUEST {
Check the URI, set to lowercase
switch -glob [string tolower [HTTP::uri]] {
"/Folder1/*" -
"/Folder2/*" -
"/Folder3/*" {pool HTTP-ThirdParty}
default {pool HTTP-MainSite}
}
}
by the way, in production irule, F is actually in lower case, isn't it?
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