[us...@httpd] Caching files on reverse proxy

2009-11-10 Thread vara prasad
Hi All, I have set up a reverse proxy www.example.com for an internal tomcat server http://internal:8080 Few files are hosted on http://internal:8080. My requirement is when user downloads a file from http://internal:8080 using the proxy, the proxy should cache the file with its original

Re: [us...@httpd] Caching files on reverse proxy

2009-11-10 Thread Brian Mearns
On Tue, Nov 10, 2009 at 1:36 PM, vara prasad vprasad.pendy...@gmail.com wrote: Hi  All, I have set up a reverse proxy www.example.com for an internal tomcat server http://internal:8080 Few files are hosted on  http://internal:8080. My requirement is when user downloads a file from 

Re: [us...@httpd] Caching files on reverse proxy

2009-11-10 Thread vara prasad
Hi Brian, I have set up Apache with mod_proxy with following config __ IfModule mod_cache.c IfModule mod_disk_cache.c CacheRoot d:/apache_cache CacheEnable disk / CacheDirLevels 2 CacheDirLength 3 /IfModule __ .data and .header files are stored in cache. Is it

Re: [us...@httpd] Caching files on reverse proxy

2009-11-10 Thread Eric Covener
On Tue, Nov 10, 2009 at 8:10 PM, vara prasad vprasad.pendy...@gmail.com wrote: Hi Brian, I have set up Apache with mod_proxy with following config __ IfModule mod_cache.c IfModule mod_disk_cache.c CacheRoot d:/apache_cache CacheEnable disk / CacheDirLevels 2 CacheDirLength