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

Forum Discussion

avik_bose_1048's avatar
avik_bose_1048
Icon for Nimbostratus rankNimbostratus
Aug 07, 2008

Need help for cache load balancing irule

Hi,

 

Need help in configuring an irule for cache load balancing.

 

 

The customer has a group of 5 bluecoat proxies which are used to load balance all port 80 traffic.

 

 

The customer now has procured 2 additional bluecoat proxies which they want to use exclusively for caching any requests to "YouTube.com".

 

 

So , the requirment is that any request to "Youtube.com" should go to these new 2 bluecoat proxies while all other http requests should go to the other 5 older bluecoat proxies.

 

 

I have written this following irule to do the same :

 

when HTTP_REQUEST {

 

if {[HTTP::uri] equals {http://www.youtube.com}}

 

{pool pool1}

 

}else pool pool2

 

}

 

}

 

 

Not sure if it's correct or not.

 

 

Any help will be greatly appreciated.

6 Replies

No RepliesBe the first to reply