Forum Discussion
ChrisJackel_103
Nimbostratus
Nov 30, 2007Persistence problem with multiple pools under one VIP
We have one VIP with two separate applications under it, with traffic segregated with an iRule like the following:
when HTTP_REQUEST {
if {[matchclass [string tolower [HTTP::uri]] start...
ChrisJackel_103
Nimbostratus
Nov 30, 2007At what point is persistence evaluated? Would this work?
when HTTP_REQUEST {
if {[matchclass [string tolower [HTTP::uri]] starts_with $::myURL] } {
pool app1_http
persist Profile1
} else {
pool app2_http
persist Profile2
}
}
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