Last Updated: February 25, 2016
·
286
· rongworks

Simple(st) http server in linux

For quick testing/developing simple web pages.

I.e. in a Linux distribution just type:

python -m SimpleHTTPServer

No need to install or configure any packages.
This will run a http server and set the root directory to the current folder.