summaryrefslogtreecommitdiff
path: root/doc/scgi.txt
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:42 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:42 +0100
commit1b24d86e6b2179692e60091dec59f797cd308b9e (patch)
treec5502d40d82fdef69ab9c1e4ed69904fefea9ac1 /doc/scgi.txt
parent6a6df8dc258631c6eaccb03bf08845241f6dfa4a (diff)
downloadlighttpd-1b24d86e6b2179692e60091dec59f797cd308b9e.tar.gz
Imported Upstream version 1.4.13upstream/1.4.13
Diffstat (limited to 'doc/scgi.txt')
-rw-r--r--doc/scgi.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/scgi.txt b/doc/scgi.txt
index eeb694c..dbb6371 100644
--- a/doc/scgi.txt
+++ b/doc/scgi.txt
@@ -13,10 +13,10 @@ Module: mod_scgi
: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
@@ -24,7 +24,7 @@ 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
+and client has been replaced. Please check the documentation
of the FastCGI module for more information.
History