Roger Hosto

May 16, 2011 · Development · rhosto

Simple HTTP Server with Python

Ever needed a quick web server to share something with a Windows user from you Linux box.  Python has really easy to use embedded HTTP Server. Just try the following.shell> python -m SimpleHTTPServer 9001 And point you web browser at http://localhost:9001 and see what happens. -- Cheers
 

← Back to Articles