Welcome to mirror list, hosted at ThFree Co, Russian Federation.

10_mod_mem_cache.conf « modules.d « apache2 « apache « gentoo_apache « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 520d9fd82ca31c3c8d9002fbb2fbed978d6c7ad8 (plain)
1
2
3
4
5
6
7
8
9
10
<IfDefine MEM_CACHE>
# 128MB cache for objects < 2MB
CacheEnable mem /
MCacheSize 131072
MCacheMaxObjectCount 1000
MCacheMinObjectSize 1
MCacheMaxObjectSize 2097152
</IfDefine>

# vim: ts=4 filetype=apache