Hello,
I still have the problem that script-generated images do not get cached.
I run apache 2.0.54-5 inside Debian Sarge with mod_fastcgi 2.4.0-5.
What do I need in my configuration to get images cached by mod_cache?
I tought this is enough, but obviously it isn't:
<IfModule mod_cache.c>
<IfModule mod_disk_cache.c>
CacheRoot /var/www/cache/
CacheSize 256000
CacheEnable disk /image
</IfModule>
CacheDirLevels 5
CacheDirLength 3
</IfModule>
What do I do wrong, or how can I find out more about this?
Please help!
Thank you!
Henning
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]