11 lines
206 B
ApacheConf
11 lines
206 B
ApacheConf
<IfDefine MEM_CACHE>
|
|
# 128MB cache for objects < 2MB
|
|
CacheEnable mem /
|
|
MCacheSize 131072
|
|
MCacheMaxObjectCount 1000
|
|
MCacheMinObjectSize 1
|
|
MCacheMaxObjectSize 2097152
|
|
</IfDefine>
|
|
|
|
# vim: ts=4 filetype=apache
|