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. ...
ddurst_21358
Nimbostratus
Jun 27, 2011when 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
}
}
when HTTP_RESPONSE {
log local0. "Responding node: [IP::server_addr]:[TCP::server_port]"
}
mroimage pool:
10.10.1.3:80
mrocache pool:
10.10.5.1:8080
mrosupply-pool:
10.10.1.1:8080
10.10.1.2:8080
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