summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-06-15 09:36:27 +0000
committerJan Kneschke <jan@kneschke.de>2005-06-15 09:36:27 +0000
commitaff653fdba46dc4687f1d66fe2bc642c11d4c2ac (patch)
tree90ce4c321fbee10ba3abfd99e015956a6d874c46 /tests
parent84a7bf974d11dd8518364a6fe54d2385c1279a1d (diff)
downloadlighttpd-git-aff653fdba46dc4687f1d66fe2bc642c11d4c2ac.tar.gz
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
Diffstat (limited to 'tests')
-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,