python SimpleHTTPServer
To start a HTTP server on port 8000 (which is the default port), simple type: python -m SimpleHTTPServer 8000