We discuss many times to why not caching, and never find really a good reason to not cache /.
Brian Akins wrote:
mod_cache never caches anything ending in / (ie, www.cnn.com/) but will cache /index.html.
Is this on purpose???
Snippets from config:
LoadModule include_module modules/mod_include.so LoadModule cache_module modules/mod_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so
AddOutputFilterByType INCLUDES text/html text/plain
CacheDefaultExpire 30 CacheMaxExpire 60 CacheIgnoreCacheControl On CacheIgnoreNoLastMod On
CacheEnable mem / MCacheSize 65536 MCacheMaxObjectCount 4096 MCacheMinObjectSize 0 MCacheMaxObjectSize 65536 MCacheMaxStreamingBuffer 65536
