Forum Discussion

Leslie_South_55's avatar
Leslie_South_55
Icon for Nimbostratus rankNimbostratus
Aug 02, 2007

Reference an http profile in iRule

Has anyone had any success with using a single VS with multiple HTTP profiles, and calling the various HTTP profiles from an iRule? I would like to do this so I can maintain different "cache" profiles based on strings in the URI. Any assistance much appreciated.

 

 

Thanks

 

-L

3 Replies

  • I don't think there is a command that would allow you to specify an HTTP profile from a rule. You could use the CACHE:: commands to change the caching options though.

     

     

    Aaron
  • Here are some idea's that might help out.

     

     

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

     

  • those are very nice examples, but not quite what I am looking for. I basically have a single VS, and the app servers behind it serve different portals. We are trying to be able to cache for all portals, but want to ensure that cust a does not see cust b's content..the concern comes from the developers as the application engine serves all customers, but each customer has different data. I need to be able to cache for performance reasons, but also need to be able to ensure the above mentioned does not happen.

     

    -L