Forum Discussion
Dormelchen_2406
Aug 29, 2011Nimbostratus
redirect problem / question for an *. URI
hello,
we have a large irule with a lot of URI -> Pools
now i have a question:
today we have something like this:
when HTTP_REQUEST {
set lowerURI [string tolower [HTTP::uri]]
set lowerClientIP [string tolower [IP::client_addr]
switch [HTTP::host] {
.
.
.
"xyz.tracker.domain.com" {
persist source_addr
pool xyz.tracker.domain.com_80
return
}
"abc.tracker.domain.com" {
persist source_addr
pool abc.tracker.domain.com_80
return
}
etc...
Now i want something like
"*.tracker.domain.com" ...
but this * doesnt work...
i want every URI that have tracker.domain.com in his name to a specified pool
- Michael_YatesNimbostratusYou do not need to use -glob if you are not using Wildcards.
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