Example Assignment: CGI Scripting CGI -- Common Gateway Interface HTTP Server Options Configure global server (e.g. Apache) Use Python CGIHTTPServer Scripts are Just Programs Input from env variables and stdin Output to stdout Python Provides Standard module (cgi) to parse form input Add-ons to produce nice HTML