Simple HTTP Server with python
Change to any directory and execute the following command,
$ python -m SimpleHTTPServer
and instantly an HTTP server will be started on port 8000.
You can then go to any web browser and open http://localhost:8000 » and browse the directory via HTTP.
References
[Click to add or edit comments])
Please prepend comments below including a date