Forum Discussion
Albert_Tase_112
Nimbostratus
Oct 24, 2006Need help converting the following irule from 4 to 9
rule KANA_bestbuy_kanaondemand_com {
if (http_uri starts_with "/bbyreports") {
use pool KANA_BestBuy_Reports_Pool
}
else {
use pool KANA_209.34.82.118_808...
Oct 24, 2006
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/bbyreports" } {
pool KANA_BestBuy_Reports_pool
} else {
pool KANA_209.34.82.118_8081
}
}-Joe
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