Forum Discussion
Jace_45978
Nimbostratus
Jun 19, 2009CSS to F5 iRule redirect to pool question.
have a CSS that we are moving away from and going to F5 v9.4.7
The CSS has two VIPs same IP and port one is a default url "*" goes to server A and the other is url "/battery/*" goes to service ...
Jace_45978
Nimbostratus
Jun 22, 2009Thanks for all the info..
I used the:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "battery"} {
pool battery_pool
}
}
which worked.
9.4.7 is the code running on the BigIP
I like the idea of HTTPClass profile for this instance, however I had tried HTTPClass profile on a previous conversion. It was using a header list and didn't work, dropped in iRule for the header and it worked. So.....not so sure about the HTTPClass, but I won't give up on it yet.
Thanks for all your input. Glad this site exists and you all are very responsive!!
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