13 Sep
2003
13 Sep
'03
11:27 a.m.
Bjorn Stabell wrote at 2003-9-11 14:45 +0800:
... Also, in most cases, the content of pages doesn't all come from one object, so Last-Modfied doesn't really make sense since it should refer to the whole page. I think the problem is with Apache's inability to cache content with Expires set, and that Apache should be fixed.
Please read the HTTP 1.1 spec... Caching requires either an "ETag" or "Last-Modified" header. For good reasons... Dieter