[cs631apue] group project grades

Jan Schaumann jschauma at stevens.edu
Sat Dec 19 22:55:35 EST 2020


Hello,

I've just sent out grades for the group project.  If
you believe I missed something or that some
functionality I marked as missing is actually working,
then please include in your email a detailed
description of how you run and test the given code
path.

I tested your code by running the script previously
provided to you after starting your server using the
command

./sws -c ~/testdir/cgi-bin -d ~/testdir

Individual tests against the server started in this
way would look like so:

$ telnet localhost 8080
Trying ::1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.0


or

GET /cgi-bin/foo HTTP/1.0


or

HEAD /file HTTP/1.0


or

GET /file HTTP/1.0
If-Modified-Since: Sat, 19 Dec 2020 17:11:11 GMT


as well as

$ sh test-sws.sh localhost 8080



-Jan


More information about the cs631apue mailing list