Forum Discussion

Luke_56105's avatar
Luke_56105
Icon for Nimbostratus rankNimbostratus
May 21, 2010

pool set in irule overidden by httpclass

Hello,     I am try in catch a particular uri and send it to a pool via irule:   when HTTP_REQUEST {     if { [HTTP::uri] starts_with "/myurl/" } {   pool mypool   ...