removed the <handle> in fastcgi.server and fixed the example
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@729 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
b32a18b1e8
commit
f765742b64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue