Re: I want have "Last-modified:" in HTTP/1.0 headers

Rob McCool (robm@ncsa.uiuc.edu)
Fri, 12 Nov 1993 13:02:25 -0600


/*
* I want have "Last-modified:" in HTTP/1.0 headers by Guenther Fischer (guenther.fischer@hrz.tu-chemnitz.de)
* written on Nov 12, 6:26pm.

[...]

* - Tony has give me the Last-Modified: header line, but I need this from
* other servers too - please HELP
* - Tony has give me the HEAD command - it'a a small work in the server
* and better than do GET and break the connection

It's in the forthcoming release of NCSA httpd.

* SERVER-IMPLEMENTORS! give me the needed information.
*/

NCSA httpd will be returning content-length, content-type, and last-modified
where applicable.

--Rob