Forum Discussion
Chris_Olson
Nimbostratus
Nov 10, 2006URI and pool redirection
Having trouble with the following iRule. Any help is appreciated.
when HTTP_REQUEST {
set uri [string tolower [HTTP::uri]]
if { $uri starts_with "/app1" } {
HTTP::uri [...
Deb_Allen_18
Dec 22, 2006Historic F5 Account
Hi grimish -
These posts should get you started:
http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=5&postid=11204 Click here
http://devcentral.f5.com/Default.aspx?tabid=28&view=topic&forumid=5&postid=11264 Click here
To combine the 2 conditions, use a test like this (parentheses are optional) :
if {(condition1) and (condition2)}{
pool admin_pool
}
HTH
/deb
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