1 LoadModule cache_module modules/mod_cache.so
4 # Sample Cache Configuration
8 # If you want to use mod_disk_cache instead of mod_mem_cache,
9 # just swap the two loadmodule comments.
10 # LoadModule cache_disk_module modules/mod_cache_disk.so
12 # prevent apache from cacheing cookies
13 CacheIgnoreHeaders Set-Cookie
15 <IfModule mod_cache_disk.c>
16 CacheRoot "/var/cache/httpd"
22 # CacheMaxFileSize 64000
23 # CacheReadSize 102400
27 # When acting as a proxy, don't cache the list of security updates
28 # CacheDisable http://security.update.server/update-list/