Skip to content

Instantly share code, notes, and snippets.

@dalen
Created September 23, 2013 15:28
Show Gist options
  • Save dalen/6672186 to your computer and use it in GitHub Desktop.
Save dalen/6672186 to your computer and use it in GitHub Desktop.
puppet apache file metadata caching
<IfModule mod_mem_cache.c>
CacheEnable mem /production/file_metadata
CacheEnable mem /production/file_content
CacheDefaultExpire 300
MCacheSize 1024000
MCacheMaxObjectCount 10000
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048000
CacheIgnoreNoLastMod On
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment