Forum Discussion
Angelo
Jul 13, 2012Nimbostratus
I-rule not working
Hi Guys i have a irule but I'm not sure if it is work it's to send three URL to three different pools. I'm not getting errors on the i-rule but I'm not getting out to the pool members when connect. t...
hooleylist
Jul 18, 2012Cirrostratus
favicon.ico is a request the browser makes automatically for display in the browser itself:
http://en.wikipedia.org/wiki/Favicon
Make sure to specify a default pool or use a OneConnect profile on the virtual server.
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/uri1*" { pool pool1 }
"/uri2*" { pool pool2 }
"/uri3*" { pool pool3 }
default { pool my_default_pool}
}
}
Aaron
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