summaryrefslogtreecommitdiff
path: root/doc/outdated/scgi.txt
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2011-06-13 12:55:54 +0000
committerStefan Bühler <stbuehler@web.de>2011-06-13 12:55:54 +0000
commit960d34c7ead76ee1d761445254883a56f50a5455 (patch)
tree576222cfb4c074e7637ce9f7b69f27cc0455d34c /doc/outdated/scgi.txt
parentadc97e5ba3f4b42afd2ed1b0d689565dc67736e8 (diff)
downloadlighttpd-git-960d34c7ead76ee1d761445254883a56f50a5455.tar.gz
[doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2795 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc/outdated/scgi.txt')
-rw-r--r--doc/outdated/scgi.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/outdated/scgi.txt b/doc/outdated/scgi.txt
new file mode 100644
index 00000000..dbb6371b
--- /dev/null
+++ b/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.