LoadModule cache_module modules/mod_cache.so # # Sample Cache Configuration # #LoadModule disk_cache_module modules/mod_disk_cache.so # If you want to use mod_disk_cache instead of mod_mem_cache, # uncomment the line above and comment out the LoadModule line below. CacheRoot "/var/cache/httpd" CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 #CacheDefaultExpire 3600 #CacheMinExpire 3600 #CacheMinFileSize 64 #CacheMaxFileSize 64000 LoadModule mem_cache_module modules/mod_mem_cache.so 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/