Forum Discussion
Gustavo_Lazarte
Nimbostratus
Sep 06, 2006iRule Not working SIMPLE AND URGENT
The following iRules should send the .jpg traffic to 10.1.0.50
when HTTP_REQUEST {
if {[HTTP::uri] contains "206.112.74.148"}{
if {[HTTP::uri] ends_with ".jpg"}{
...
Gustavo_Lazarte
Nimbostratus
Sep 06, 2006sorry for the iRule
when HTTP_REQUEST {
if {[HTTP::host] contains "206.112.74.148"}{
if {[HTTP::uri] ends_with ".jpg"}{
node 10.1.0.50 80
} else {
pool iwrewards
}
}
}
and I still get this traffic on my cache server
211.99.136.26 - 10.1.0.50 80 GET /azenv.php - 404 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1)
2006-09-06 18:51:56 59.39.139.226 - 10.1.0.50 80 GET /Default.asp - 302 HttpClient
2006-09-06 18:51:56 59.39.139.226 - 10.1.0.50 80 GET /index_referal.cfm ReferalID=250&page=index.cfm
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