Forum Discussion
Gustavo_Lazarte
Nimbostratus
Sep 21, 2005Not sending traffic to first pool
Hello,
we just moved from 4.5 and this iRule is not sending any traffic to the edge-fx pool. I tested this iRule with other servers traffic and it is not sending any traffic to the first pool in this iRule,
Any ideas?
thanks
when HTTP_REQUEST {
if {[HTTP::uri] contains "www.website.com" or [HTTP::uri] contains "XX.XX.XX.XX"}{
if {[HTTP::uri] ends_with ".jpg" or [HTTP::uri] ends_with ".gif" or [HTTP::uri] ends_with ".JPG" or [HTTP::uri] ends_with ".GIF"}{
pool edge-fx
} else {
pool web_pool
}
}
}
11 Replies
- unRuleY_95363Historic F5 AccountIf you are asking whether it matters which event comes first in the rule - it doesn't matter at all.
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