Forum Discussion

player_72606's avatar
player_72606
Icon for Nimbostratus rankNimbostratus
Jul 13, 2009

URL forwarding

Hi all,

 

 

anyone knows how to accomplish URL forwarding based on L7 content - like streaming.

 

is there a way to do it with iRule?

 

 

on my site, i have a proxy that fetches the web site and caching it for performance

 

if a new request comes which the proxy doesn't hold cache for it it redirects it to other proxy to fetch the site.

 

 

i would like to use this setup behind F5 machine.
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    There is an example for using host/uri hashing to select a proxy server from a pool:

     

     

    Election Hash Load Balancing and Persistence

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/ElectionHashLoadBalancingAndPersistence.html

     

     

    Hash Load Balancing and Persistence on BIG-IP LTM

     

    http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=135

     

     

    Aaron