You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
701 B
Plaintext
34 lines
701 B
Plaintext
18 years ago
|
==================
|
||
|
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.
|
||
![]()
17 years ago
|
|
||
18 years ago
|
.. meta::
|
||
|
:keywords: lighttpd, FastCGI
|
||
![]()
17 years ago
|
|
||
18 years ago
|
.. 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
|
||
![]()
17 years ago
|
and client has been replaced. Please check the documentation
|
||
18 years ago
|
of the FastCGI module for more information.
|
||
18 years ago
|
|
||
|
History
|
||
|
=======
|
||
|
|
||
|
Added in lighttpd 1.3.14 as it was really simple to do.
|