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 3
> </IfModule>
> __________________
> .data and .header files are stored in cache. Is it possible to retrieve the
> cached files on Apache?

Are you trying to read files cached by Apache via the filesystem
instead of requesting them over HTTP?  Why?

Is this what you meant by the filename changing?  Do you have some
kind of Alias that points intot he d:/apache_cache?  This seems like
an awfully bad idea.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to