[Zope] Last-modified header missing -- time-stamps turned off.
ethan mindlace fremen
mindlace@digicool.com
Wed, 04 Oct 2000 18:54:50 -0400
Jean Jordaan wrote:
>
> Hi all
>
> Just a note from the blue .. I'm snarfing the ZB using
> wget -np -m http://www.zope.org/Members/michel/ZB/
> and for every document I'm seeing:
>
> Last-modified header missing -- time-stamps turned off.
>
> What's the significance of this? I assume something to
> do with the http headers returned by Zope. Does Zope not
> include last-modified headers since it predominantly serves
> dynamic pages?
This is correct. No Last-Modified headers except for files and images
(and that is specific to zope.org).
Including a last modified header isn't hard, however:
http://www.zope.org/Members/rbeer/caching
~ethan