Skip to content

Instantly share code, notes, and snippets.

View byteknacker's full-sized avatar

John Wu byteknacker

  • Accenture
  • Vienna
  • 18:04 (UTC +02:00)
View GitHub Profile
@byteknacker
byteknacker / _webserver.md
Created October 23, 2018 09:17 — forked from jgravois/_webserver.md
a simple guide for getting a local web server set up

Do I have a web server running?


having a web server turned on doesn't necessarily mean you are serving pages on the world wide web. its what allows you to load your own static files (.html, .js etc.) in a browser via http://.

if you're not sure whether or not you have a web server running, no problem! its easy to confirm.

what happens when you visit http://localhost/?