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 cache_disk_module modules/mod_cache_disk.so # prevent apache from cacheing cookies CacheIgnoreHeaders Set-Cookie CacheRoot "/var/cache/httpd" CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 # CacheMinFileSize 64 # CacheMaxFileSize 64000 # CacheReadSize 102400 # CacheReadTime 1000 # When acting as a proxy, don't cache the list of security updates # CacheDisable http://security.update.server/update-list/