added docs for scgi
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@386 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
b54ea0c621
commit
84a7bf974d
@ -0,0 +1,33 @@
|
||||
==================
|
||||
the SCGI Interface
|
||||
==================
|
||||
|
||||
-------------------
|
||||
Module: mod_scgi
|
||||
-------------------
|
||||
|
||||
:Author: Jan Kneschke
|
||||
:Date: $Date: 2004/11/03 22:26:05 $
|
||||
:Revision: $Revision: 1.3 $
|
||||
|
||||
:abstract:
|
||||
SCGI is a fast and simplified CGI interface. It is mostly
|
||||
used by Python + WSGI.
|
||||
|
||||
.. meta::
|
||||
:keywords: lighttpd, FastCGI
|
||||
|
||||
.. contents:: Table of Contents
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The SCGI module is heavily based on the FastCGI when it comes
|
||||
to configuration. Only the internal protocol between server
|
||||
and client has been replaced. Please check the documentation
|
||||
of the fastcgi module for more information.
|
||||
|
||||
History
|
||||
=======
|
||||
|
||||
Added in lighttpd 1.3.14 as it was really simple to do.
|
Loading…
Reference in New Issue