Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

dogg_dogg_23774's avatar
dogg_dogg_23774
Icon for Nimbostratus rankNimbostratus
Apr 21, 2006

Load-balancing cache arrays in V9

Hi,

 

 

I am rather new to iRule and need some assistance to load-balance forward proxy caching arrays. I understand we have been able to create iRule like below in V4, but, since I heard we do not support cache rule at this time, I am trying to accomplish the same behavior using other techniques. Is there any sample that I can use for my reference?

 

 

rule cache_rule {

 

cache ( http_uri ends_with "html" or http_uri ends_with "gif" ) {

 

origin_pool origin_server

 

cache_pool cache_servers

 

hot_pool hot_cache_servers

 

}

 

}

 

 

 

Thanks in advance,

 

5 Replies

No RepliesBe the first to reply