File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / outdated / scgi.txt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:48 2013 UTC (11 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

==================
the SCGI Interface
==================

-------------------
Module: mod_scgi
-------------------

:Author: Jan Kneschke
:Date: $Date: 2013/10/14 10:32:48 $
:Revision: $Revision: 1.1 $

: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.

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