blob: 25acb887a54ba68a978cdc48f3b91c24373a9ba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
An Apache module that implements the client side of the Simple Common
Gateway Interface protocol.
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.
WWW: http://python.ca/scgi/
|