Created
September 23, 2013 15:28
-
-
Save dalen/6672186 to your computer and use it in GitHub Desktop.
puppet apache file metadata caching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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