summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt b/data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt
new file mode 100644
index 000000000..dbb6371b4
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/doc/outdated/scgi.txt
@@ -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.