python-flup | Implements Python Web Server Gateway Interface (WSGI) | Mehr ...
Implements the standard interface between Python Web applications and Web servers, as described in PEP 333, http://www.python.org/dev/peps/pep-0333 Speaks: * AJP - Apache JServ Protocol 1.3 * FastCGI, see http://www.fastcgi.com/ * SCGI - Simple Common Gateway Interface alternative . Flup has been superseded by modwsgi.org, which is currently implemented as an apache2 module in the "libapache2-mod-wsgi" package . Homepage: http://www.saddi.com/software/flup/