notes/Python HTTP server with CGI-ZuK9GmZT.sh
#python HTTP server with CGI abilities.
python -m CGIHTTPServer

#default port is 8000 but can be changed like so

python -m CGIHTTPServer 9000

#CGI files must be in cgi-bin folder in web root unless other wise stated

syntax highlighted by Code2HTML, v. 0.9.1