Forum Discussion

tidenz_92110's avatar
tidenz_92110
Icon for Nimbostratus rankNimbostratus
Jan 27, 2010

WA Path selection

Is it possible to only use the WA for certain object requests.

 

 

an example would be:

 

 

www.host.com/grab/

 

 

in the http class profile i have defined the URI path pattern string match as /grab/* and i have 3 objects that are served from this directory

 

pic.jpg

 

page.html

 

gethelp.do

 

 

there are other directories as well under the path /grab/static but i am only interested in caching the pic.jpg object

 

 

i only want the pic.jpg object to be serviced off the wa, the rest of the site needs to bypass the WA.

 

 

is this possible even possible in the http class profile or WA policies on the WAM.

 

 

or do i need to use an irule to turn on WA for these specific requests?

 

 

i am currently running 9.4.7 hf2

 

 

 

  • Thanks i have already matched the object i want to cache to a leaf node the problem i have is all objects are hitting the WA and because they are not cached or served the WA is inserting "private" in the cache control header. I dont want the WA to fiddle with these other objects.

     

     

    In the acceleration policy i have defined 2 leaf nodes one for the the pic.jpg and another for a catch all.

     

     

    I can seem to force the catch all leaf node to leave the content alone.