Forum Discussion
Joe_Pena_46781
Nimbostratus
Jan 21, 2009Need help with IRULE
I need to create an IRULE that will detect certain /foldernames and sent it to a pool, if none of the foldernames exist then send to a different pool. Should I use the same VIP for this, or use 2 sepa...
Jan 21, 2009
Give this a shot:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/folderA*" -
"/folderB*" -
"/folderC*" -
"/folderD*" {
pool "betatest"
}
default {
pool "legacytest"
}
}
}
Let us know if anything else comes up!
-Joe
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