Forum Discussion
Vadym_Chepkov
Nov 24, 2015Nimbostratus
confine iRule within a partition
I have an iRule which looks like this:
when HTTP_REQUEST {
if {([string tolower [HTTP::uri]] starts_with "/profile")} {
pool profile_3111
}
else {
pool ecentral_4111
}
} ...
Renato
Nov 24, 2015Altostratus
Partitions are useful only to group configuration for user permissions, route domains, sync-only groups etc. There is not a real isolation. Using it only to organize the configuration like real directories, IMHO, is a mistake. Moreover, I don't know if it's possible to programatically redirect a VS to an offline pool and expect it to dynamically inherit the new pool state, maybe would be better to check the pool state before redirecting in order to reject the connection manually in case of errors.
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