Forum Discussion
ddurst_21358
Nimbostratus
Jun 27, 2011f5 Hiccup with new iRule
I am not sure if this belongs in the iRule section or not however I have found no better place to post this issue. I will do my best to detail the steps that have landed me in my current situation. ...
richard_77048
Nimbostratus
Jun 27, 2011So "mrosupply-pool" is the default pool configured for this virtual server? If so, do you get the same behavior if you alter your rule like this?
when HTTP_REQUEST {
log local0. "Incoming Request:[IP::client_addr] Requesting: [HTTP::uri]"
if { [HTTP::uri] starts_with "/mrocache/mrosupply_data.xml" } {
log local0. "Using: mrocache pool"
pool mrocache
}
elseif { [HTTP::uri] contains "/image/" } {
log local0. "Using: mroimage pool"
pool mroimage
}
else {
log local0. "Using: mrosupply pool"
pool mrosupply-pool
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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