LoadModule cache_module modules/mod_cache.so # # Sample Cache Configuration # # If you want to use mod_disk_cache instead of mod_mem_cache, # just swap the two loadmodule comments. # LoadModule disk_cache_module modules/mod_disk_cache.so LoadModule mem_cache_module modules/mod_mem_cache.so # prevent apache from cacheing cookies CacheIgnoreHeaders Set-Cookie CacheRoot "/var/cache/httpd" CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 # CacheDefaultExpire 3600 # CacheMinExpire 3600 # CacheMinFileSize 64 # CacheMaxFileSize 64000 CacheEnable mem / MCacheSize 4096 MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 # When acting as a proxy, don't cache the list of security updates # CacheDisable http://security.update.server/update-list/