From aff653fdba46dc4687f1d66fe2bc642c11d4c2ac Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 15 Jun 2005 09:36:27 +0000 Subject: [PATCH] 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-c4023f1b3aa9 --- tests/fastcgi-auth.conf | 2 +- tests/fastcgi-responder.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fastcgi-auth.conf b/tests/fastcgi-auth.conf index d121836e..df278bec 100644 --- a/tests/fastcgi-auth.conf +++ b/tests/fastcgi-auth.conf @@ -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/", diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf index ca67a38e..92e57ac7 100644 --- a/tests/fastcgi-responder.conf +++ b/tests/fastcgi-responder.conf @@ -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,