Forum Discussion

AlfaSpider_3544's avatar
AlfaSpider_3544
Icon for Nimbostratus rankNimbostratus
May 04, 2012

irule for virtual server to redirect to different pool

Well.....This doesn't work. Any help would be much appreatiated.       when HTTP_REQUEST {   if { [HTTP::uri] contains "mywebsite.com/util" } {   pool my-util-pool   } }   ...