summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fastcgi-auth.conf2
-rw-r--r--tests/fastcgi-responder.conf2
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,