summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-09-22 13:13:01 +0000
committerJan Kneschke <jan@kneschke.de>2005-09-22 13:13:01 +0000
commit57636ca9ff86371485eaedaf2f5a4eb6be8221ee (patch)
treeec52c4ef8f9672edcd535df06b418fd6d2070688 /doc
parentd005ce8d44be3e9397e673f05d9e88cabeea3d12 (diff)
downloadlighttpd-git-57636ca9ff86371485eaedaf2f5a4eb6be8221ee.tar.gz
removed the <handle> in fastcgi.server and fixed the example
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@729 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc')
-rw-r--r--doc/fastcgi.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/fastcgi.txt b/doc/fastcgi.txt
index 09e1c1ca..2f6a7f23 100644
--- a/doc/fastcgi.txt
+++ b/doc/fastcgi.txt
@@ -85,7 +85,7 @@ fastcgi.server
structure of fastcgi.server section: ::
( <extension> =>
- ( <handle> =>
+ (
( "host" => <string> ,
"port" => <integer> ,
"socket" => <string>, # either socket
@@ -104,15 +104,14 @@ fastcgi.server
"broken-scriptfilename" => <boolean>, # OPTIONAL
"disable-time" => <integer>, # optional
"allow-x-send-file" => <boolean> # optional
- )
- ),
- ( <handle> => ...
+ ),
+ ( "host" => ...
+ )
)
)
:<extension>: is the file-extension or prefix
(if started with "/")
- :<handle>: is just a unique handle name
:"host": is hostname/ip of the FastCGI process
:"port": is tcp-port on the "host" used by the FastCGI
process