Forum Discussion
Travis_Langtry_
Nimbostratus
Jan 16, 2009HTTP::URI
Hi all,
I am trying to write an iRule to make the following work:
1. Traffic sent to http://www.domain.com will use the default pool for the virtual server.
...
Jennifer_Davis2
Nimbostratus
Jan 28, 2009when HTTP_REQUEST {
set URI_lower [string tolower [HTTP::uri]]
if {$URI_lower starts_with "/learn" } {
pool learn-test
}
else {pool default_pool}
}
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
