File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / outdated / scgi.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:48 2013 UTC (11 years, 5 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_41p8, v1_4_35p0, v1_4_35, v1_4_33, HEAD
1.4.33

    1: ==================
    2: the SCGI Interface
    3: ==================
    4: 
    5: -------------------
    6: Module: mod_scgi
    7: -------------------
    8: 
    9: :Author: Jan Kneschke
   10: :Date: $Date: 2013/10/14 10:32:48 $
   11: :Revision: $Revision: 1.1.1.1 $
   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>