Forum Discussion

Yozzer's avatar
Yozzer
Icon for Nimbostratus rankNimbostratus
Feb 11, 2013

Using a specifc ASM policy for a pool

HI

 

I have an irule that is calling a pool (lets call it the castle pool for now) when a certain url path is requested (/test/page.aspx, /test/error.aspx and /test/page2.aspx). Any other pages on the site will call the default pool defined in the vip.

 

The vip has an ASM policy on it but i want to use a different ASM policy for the castle pool when the pages above are requested. Is this possible?

 

Thanks

 

1 Reply

  • Hi Yozzer,

     

     

    You can create a new HTTP class and corresponding ASM policy and then add that first in the list of HTTP classes on the virtual server. You'd set the filters on the HTTP class for the specific URLs and then any matching request would go to the custom ASM policy.

     

     

    Aaron