Forum Discussion
Phil_53695
Dec 01, 2011Nimbostratus
irule with uri to another pool might have issues.
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "svn"} {
pool tfs_net_8081_pool
}
}
- Michael_YatesNimbostratusHi Phil,
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "svn" } { log local0. "Client [IP::client_addr]:[TCP::client_port] - URI Contains SVN: [HTTP::uri]" pool tfs_net_8081_pool } else { log local0. "Client [IP::client_addr]:[TCP::client_port] - URI does not contain SVN: [HTTP::uri]" pool other_pool_to_8080 } } when HTTP_RESPONSE { if { [HTTP::status] == 404 } { log local0. "Client [IP::client_addr]:[TCP::client_port] gets a [HTTP::status]" } }
- Phil_53695NimbostratusThank you very much and I will follow up with my test results.
- Phil_53695NimbostratusHi,
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