Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 329 Bytes

File metadata and controls

15 lines (11 loc) · 329 Bytes

PyWebServer

Simple Python Web Server with HTTPBasicAuth

Running the server

Execute the script to start the server

$ ./py3-server.py 

....... Server Starts - :59981
  • To access the server visit http://localhost:59981
  • To kill the server, hit Ctrl + c
  • You can change the users and ports in py3-server.py