Forum Discussion

Phil_53695's avatar
Phil_53695
Icon for Nimbostratus rankNimbostratus
Dec 01, 2011

irule with uri to another pool might have issues.

when HTTP_REQUEST {   if { [string tolower [HTTP::uri]] contains "svn"} {   pool tfs_net_8081_pool   }   } ...