The Web Server Gateway Interface defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language. (from: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface )
PyLucid can run via CGI, fastCGI, mod_Python and others, see also: http://docs.djangoproject.com/en/dev/howto/deployment/
See also: