We have used disk cache ever since v2.2.x, but in v2.4 we found that the
directive "CacheMaxFileSize" is not working. The symptom is: its value
is ignored and the hardwired default "1000000" is used instead.
We have seen the same problem in 2.4.2/2.4.3/2.4.4. Relevant config
looks like
<IfModule mod_cache.c>
<IfModule mod_cache_disk.c>
CacheRoot "/xyz/cache"
CacheEnable disk /abc/download
CacheDirLevels 2
CacheDirLength 1
CacheMaxFileSize 500000000
CacheMinFileSize 1
</IfModule>
...
</IfModule>
I'd very much appreciate your advice.
Thanks.
Jong
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]