Last-modified header missing -- time-stamps turned off.
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? Regards, -- Jean Jordaan -- technical writer -- Mosaic Software -- Zope 2.2 on WinNT and W2K
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
participants (2)
-
ethan mindlace fremen -
Jean Jordaan