This is kinda bad,
Wakko{root}/tmp#wget -S http://www.debian.org/
--18:07:03-- http://www.debian.org:80/
=> `index.html.5'
Connecting to www.debian.org:80... connected!
HTTP request sent, fetching headers...
1 HTTP/1.1 200 OK
2 Date: Thu, 15 Oct 1998 00:07:07 GMT
3 Server: Apache/1.3.1 (Unix) Debian/GNU
4 Vary: accept-language
5 Last-Modified: Wed, 14 Oct 1998 05:36:14 GMT
6 ETag: "38a807-24ad-3624384e"
7 Accept-Ranges: bytes
8 Content-Length: 9389
9 Connection: close
10 Content-Type: text/html
11 Content-Language: en
12 Expires: Thu, 15 Oct 1998 00:07:07 GMT
For some oddball reason I suspect that content negotiation or some such
is causing apache to insert an expires immediately header in the output..
Is this really necessary?? It makes the page uncachable.
Jason