I’m trying to figure out how to use mod_cache. The following in my `VirtualHost` section doesn’t seem to make a difference. The wiki is still getting invoked.
CacheEnable mem /wiki/feed/full/RPG MCacheSize 100000000 MCacheMaxObjectSize 1000000
(This RSS file is about 99k.)
The wiki is logging these requests to a file and I’m requesting the URL from the command-line using `curl`. Hm, must investigate later.
Tried adding this:
CacheEnable mem /wiki/feed/full/ MCacheMaxStreamingBuffer 1000000
No effect.
Tried replacing it with:
CacheEnable disk /wiki/feed/full/RPG
No effect.
Giving up. Damn you, mod_cache.
#Web #Apache