Skip to content

Instantly share code, notes, and snippets.

Created March 19, 2016 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5caba13b89cbd3581839 to your computer and use it in GitHub Desktop.
Save anonymous/5caba13b89cbd3581839 to your computer and use it in GitHub Desktop.
errors
Using /home/ubuntu/workspace/pset6/public for server's root
Listening on port 8080
GET / HTTP/1.1
HTTP/1.1 200 OK
GET /cat.jpg HTTP/1.1
HTTP/1.1 200 OK
GET /cat.html HTTP/1.1
HTTP/1.1 200 OK
GET /cat.jpg HTTP/1.1
HTTP/1.1 404 Not Found
GET /favicon.ico HTTP/1.1
HTTP/1.1 200 OK
GET /hello.html HTTP/1.1
HTTP/1.1 404 Not Found
GET /hello.php HTTP/1.1
HTTP/1.1 404 Not Found
GET /test HTTP/1.1
HTTP/1.1 404 Not Found
GET /cat.jpg HTTP/1.1
HTTP/1.1 404 Not Found
GET /cat.html HTTP/1.1
HTTP/1.1 404 Not Found
GET / HTTP/1.1
HTTP/1.1 404 Not Found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment