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

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.