lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
701 B
33 lines
701 B
================== |
|
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.
|
|
|