8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
<IfModule mod_mem_cache.c>
|
|
CacheEnable mem /
|
|
MCacheSize 4096
|
|
MCacheMaxObjectCount 100
|
|
MCacheMinObjectSize 1
|
|
MCacheMaxObjectSize 2048
|
|
</IfModule>
|