Introduction
The SCGI
protocol is a replacement for the Common Gateway Interface (CGI)
protocol. It is a standard for applications to interface with HTTP
servers. It is similar to FastCGI but is designed to be easier to
implement.
Included in this package is:
- An Apache module named mod_scgi that implements the client side
of the protocol.
- A Python package named scgi that implements the server side of
the protocol.
- A CGI script named cgi2scgi that implements a CGI to SCGI
protocol adaptor.
There is a mailing list for discussing Quixote and SCGI:
Look
here
for information about the current distribution.