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 wrote: > Hi Brian, > I have set up Apache with mod_proxy with following config > __ > > > CacheRoot d:/apache_cache > CacheEnable disk / > CacheDirLevels 2 > CacheDirLength 3 > > __ > .data and .header files are stored

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 __ CacheRoot d:/apache_cache CacheEnable disk / CacheDirLevels 2 CacheDirLength 3 __ .data and .header files are stored in cache. Is it possible to retrieve the cached files on Apache? Thanks

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 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 http://internal:8080 using > the 

[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 extensio