Keep Server Online
  
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
  
or
  
 
  
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
  
Thank You! Steffen
  
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |    |   
 | 
     Topic: why this proxy request is not being cached ? | 
 |   
| Author | 
  | 
 
fantomknight
 
 
  Joined: 14 May 2016 Posts: 10 Location: USA, San Leedo
  | 
 Posted: Mon 23 May '16 3:22    Post subject: why this proxy request is not being cached ? | 
     | 
 
  | 
 
Hi
 
I have the config below so all requests /j/* will be proxied, however not being cached as told ? 
 
Thanks
 
 
    ProxyPassMatch "^/j/(.*)$" "http://192.168.1.121/$1"
 
    ProxyPassReverse "^/j/(.*)$" "http://192.168.1.121/$1"
 
    Header set Cache-Control "max-age=290304000, public"    
 
    CacheEnable disk /
 
    CacheEnable  disk  "http://192.168.1.121/"
 
    CacheRoot C:/project/Apache24/cache
 
    CacheDirLevels 2
 
    CacheDirLength 1
 
    CacheIgnoreCacheControl On
 
    CacheMaxFileSize 100000000
 
    CacheIgnoreNoLastMod On
 
    CacheMaxExpire 1209600
 
    CacheIgnoreQueryString On | 
 
  | 
 
| Back to top | 
 | 
 
 
 
 
 | 
 
 
 |  
 
 |  
  |   
 |