moved to ports of the fastcgi scripts to somewhere else
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@387 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
84a7bf974d
commit
aff653fdba
|
@ -86,7 +86,7 @@ fastcgi.debug = 0
|
|||
fastcgi.server = ( "/" => (
|
||||
"grisu" => (
|
||||
"host" => "127.0.0.1",
|
||||
"port" => 1027,
|
||||
"port" => 20000,
|
||||
"bin-path" => "@SRCDIR@/fcgi-auth",
|
||||
"mode" => "authorizer",
|
||||
"docroot" => "/tmp/lighttpd/servers/www.example.org/pages/",
|
||||
|
|
|
@ -89,7 +89,7 @@ fastcgi.debug = 0
|
|||
fastcgi.server = ( ".fcgi" => (
|
||||
"grisu" => (
|
||||
"host" => "127.0.0.1",
|
||||
"port" => 1028,
|
||||
"port" => 10000,
|
||||
"bin-path" => "@SRCDIR@/fcgi-responder",
|
||||
"check-local" => "disable",
|
||||
"max-procs" => 1,
|
||||
|
|
Loading…
Reference in New Issue