Forum Discussion
Jamie_Cravens
Nimbostratus
19 years agopoint 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"}
{ pool POOL_A }
else { pool POOL_B }
}
Thank you!
3 Replies
No RepliesBe the first to reply