Hi,
I've been trying to set up mod_cache. The configuration I'm using is
pretty similar to the one that I've seen in other posts in this group.
The folder /tmp/cache has 777 as permit.
<IfModule mod_cache.c>
<IfModule mod_disk_cache.c>
CacheEnable disk /
CacheRoot "/tmp/cache"
CacheSize 1000
CacheDirLevels 5
CacheDirLength 3
CacheDefaultExpire 259200
CacheIgnoreNoLastMod On
CacheIgnoreCacheControl On
</IfModule>
</IfModule>
Doesn't work at all... but doesn't give any error during the startup.
Any idea?
Andres
>> Stay informed about: problem with mod_cache