RE: [EMAIL PROTECTED] Apache dynamic page caching?

2008-04-16 Thread Guillaume Duchesneau
To my knowledge, you cannot directly invalidate an entry in the cache. mod_cache uses a expiration strategy to invalidate items in the cache. You need to set expiration headers in your response to tell mod_cache when it should be removed from the cache. Guillaume -Original Message- From:

[EMAIL PROTECTED] mod_disk_cache cache sharing with NFS

2008-04-15 Thread Guillaume Duchesneau
Hi, We are planning to use Apache mod_disk_cache to cache urls that do not need to be updated very often (once every day maybe). We anticipate that we could have a large number of different urls (> 100K) that could be invoked a few times every day (say 10 to 20 times each). Our production enviro