OPERATING SYSTEMSOS Linux

How To Create Webserver Python 'SimpleHTTPServer' on ubuntu 18.04

This video covers the method to install Web server Python on Ubuntu 18.04. SimpleHTTPServer is a python module that allows you to create a web server or serve your files in a snap instantly.
For more explanation on this video: https://www.linuxhelp.com/how-to-create-python-simplehttpserver-on-ubuntu-18-04/

source

ubuntu

5 thoughts on “How To Create Webserver Python 'SimpleHTTPServer' on ubuntu 18.04

  • How can it always be running ? And Not only local ? If someone can explain me thanks

  • Can you connect to server when you are not on the same Wi-Fi for example say you at work and your files are at home on the server is this possible

  • In python3, replace 'SimpleHTTPServer' w 'http.server'
    python -m http.server

Comments are closed.