For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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]"   ...