lab
Directory actions
More options
Directory actions
More options
lab
Folders and files
| Name | Name | 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