Skip to content

Instantly share code, notes, and snippets.

@krab7191
Created January 27, 2014 23:16
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 krab7191/8659362 to your computer and use it in GitHub Desktop.
Save krab7191/8659362 to your computer and use it in GitHub Desktop.
2.3.5
Running http-server on localhost:8080
browser window displays 'Not found', and command prompt diplays a GET request from windows 64 bit machine at specific date and time. Refreshing the page prints another request in command prompt.
This looks like a virtual server is created in the VM, which can be accessed through the computer's IP address at port 8080 which is for http and web traffic. There are no files on the server which is why it prints 'Not found'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment