Python has a simple HTTP server
November 11, 2012
Today, I learned that Python’s HTTP library has a simple server built in. It will serve up the local directory on port 8000 and is very useful for things such as viewing Sphinx-generated documentation.
python -m SimpleHTTPServer