Annotation of embedaddon/lighttpd/doc/outdated/scgi.txt, revision 1.1.1.1

1.1       misho       1: ==================
                      2: the SCGI Interface
                      3: ==================
                      4: 
                      5: -------------------
                      6: Module: mod_scgi
                      7: -------------------
                      8: 
                      9: :Author: Jan Kneschke
                     10: :Date: $Date: 2004/11/03 22:26:05 $
                     11: :Revision: $Revision: 1.3 $
                     12: 
                     13: :abstract:
                     14:   SCGI is a fast and simplified CGI interface. It is mostly
                     15:   used by Python + WSGI.
                     16: 
                     17: .. meta::
                     18:   :keywords: lighttpd, FastCGI
                     19: 
                     20: .. contents:: Table of Contents
                     21: 
                     22: Description
                     23: ===========
                     24: 
                     25: The SCGI module is heavily based on the FastCGI when it comes
                     26: to configuration. Only the internal protocol between server
                     27: and client has been replaced. Please check the documentation
                     28: of the FastCGI module for more information.
                     29: 
                     30: History
                     31: =======
                     32: 
                     33: Added in lighttpd 1.3.14 as it was really simple to do.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>