Forum Discussion
TJ_Vreugdenhil
Aug 17, 2011Cirrus
Persistance iRule
VIP = 10.7.200.21
URL = http://alerts.company.edu/
URI needs to have persistence = http://alerts.company.edu/client/*
URI no persistence = http://alerts.company.edu/csi/* ...
TJ_Vreugdenhil
Aug 18, 2011Cirrus
when HTTP_REQUEST {
log local0.debug "using persistence"
switch -glob [string tolower [HTTP::path]] {
"/client*" { persist dest_addr 600 }
default {
HTTP::redirect "http://[HTTP::host]/csi"
log local0.debug "using redirect"
}
}
}
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