[EMAIL PROTECTED] mod_cache again

2005-12-19 Thread Henning Meyer
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:

[EMAIL PROTECTED] caching rails generated images

2005-12-16 Thread Henning Meyer
Hello, I use Ruby on Rails to generate images, which are delivered via mod_fastcgi to apache2. These images should be cached using mod_cache and mod_disk_cache. But it does not work. In Rails I set my http headers like this: expires_in 30.hours, :private => false @response.headers['La