[Zope] Having problems getting Accelerated HTTP Cache Manager to work
Dieter Maurer
dieter@handshake.de
Wed, 18 Jul 2001 21:09:49 +0200 (CEST)
Itai Tavor writes:
> Several posts on this list indicated that Last-Modified is not
> required for caching. If that's true, why can't I get caching to work
> without touching the source? Am I missing anything in my settings or
> in using the Cache Manager?
The HTTP 1.1 caching specification says that either a
"Last-Modified" or a "Content-Id" (the header name is probably wrong!)
must be present for caching to happen. Maybe, you have
a look at this spec.
Dieter