LXer: How to Use Python ‘SimpleHTTPServer’ to Create Webserver or Serve Files Instantly
by LXer from LinuxQuestions.org on (#5QN3K)
Published at LXer:
SimpleHTTPServer is a python module which allows you to instantly create a web server or serve your files in a snap. Main advantage of python's SimpleHTTPServer is you don't need to install anything since you have python interpreter installed.
Read More...
SimpleHTTPServer is a python module which allows you to instantly create a web server or serve your files in a snap. Main advantage of python's SimpleHTTPServer is you don't need to install anything since you have python interpreter installed.
Read More...