Forum Discussion

lancyqusa's avatar
lancyqusa
Icon for Nimbostratus rankNimbostratus
Jul 06, 2012

One Virtual server - using rewrite to direct to multiple pools

I have the following iRule:     if { [string tolower [HTTP::path]] contains "/qa" } {   log local0. "HTTP::path = [HTTP::path]"   log local0. "URI = [HTTP::uri]"   ...