Forum Discussion

Moe_Jartin's avatar
Jan 05, 2009

Context Root Masking/URL Rewrite and pool selection

I have an existing iRule that simply selects poolA based on a list of URIs, everything else goes to poolB.     when HTTP_REQUEST {   switch -glob [string tolower [HTTP::uri]] { ...