On Wed, Jun 18, 2008 at 6:30 PM, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > Thats correct. This doesn't work. I guess the following patch might fix > this:
Thanks. I will try it out. > But since this might have remarkable side effects other should have a look > on this. Should I open a bug? > The transfer encoding has nothing to do with the question whether a > contents is cacheable or not. Ah, right. I misread the docs, it's only the "Transfer-Encoding" header that won't be cached. > SSI content typically isn't cachable > because it unsets the Last-Modified header. See also > > http://httpd.apache.org/docs/2.2/en/mod/mod_cache.html#cacheignorenolastmod I'm using mod_expires, which seems to do the trick as well. Thanks again, -- Adriano