Forum Discussion
Jamie_Cravens
Nimbostratus
Feb 28, 2007point to different Pools w/ different persistence
I have the following iRule configured, but each pool needs to use a different Persistence Profile. How can I accomplish this?
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/member"}...
JRahm
Admin
Mar 01, 2007
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/member" } {
pool POOL_A
persist xxx
} else {
pool POOL_B
persist yyy
}
}
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