[cs631apue] If-Modified-Since Header

Jan Schaumann jschauma at stevens.edu
Mon Nov 19 15:21:38 EST 2012


tparisi <tparisi at stevens.edu> wrote:

> When I execute the commands from your last email I get a error message  
> of 404 Not Found.

Ah, right, I forgot that public_html is not used on these machines
anymore.  Try the same with 'cs_html' instead:

$ mkdir -p ~/cs_html/tmp
$ date +"%a, %d %b %Y %H:%m:%S %Z"
Sun, 18 Nov 2012 22:11:40 EST
$ telnet www.cs.stevens.edu 80
GET /~<yourusername>/tmp/ HTTP/1.1
Host: www.cs.stevens.edu
If-Modified-Since: Sun, 18 Nov 2012 22:11:40 EST

-Jan


More information about the cs631apue mailing list