Subject: | Apache mod_disk_cache |
Posted by: | DaniloF (danilofantina…@gmail.com) |
Date: | Wed, 22 Jul 2009 |
Hi,
I need to implement an apache reserve proxy with mod_disk_cache to IIS
web server.
There is a way to create expiring rules for specific contexts?
Example LocationMatch /Product/abc.asp = MaxExpire 3600 and
DefaultExpire 3600
Example LocationMatch /home.asp = MaxExpire 86400 and DefaultExpire
86400
Another question is what is the best way to analyse cache
performance ? Eg. How many pages are cached, bandwith reduction, how
much time the specific page was cached.
Tks
Danilo