The SCGI protocol is a replacement for the Common Gateway Interface (CGI) protocol. It is similar to FastCGI but is designed to be easier to implement. The scgi package includes implementions of the SCGI protocol for Python, Apache 1 and Apache 2.
The highlights of this release: * Ensure that PATH_INFO is correct even with mod_rewrite is used. * Remove duplicated text from Apache error messages. * Send Content-Length provided by client, rather than r->remaining. The source package can be downloaded by visiting: http://python.ca/scgi/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html