Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
Start a test CGI server by running:
    python -m CGIHTTPServer
from the current directory and then navigating to:
    http://localhost:8000/
in your web browser.

You can also set the port manually by passing it on the command line:
    python -m CGIHTTPServer 50000