From 505673109588cd0d6ce0787ac921895f3b9e4bc6 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sat, 4 Jun 2005 13:51:37 +0000 Subject: [PATCH] using 127.0.0.1 is fine for all systems git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@362 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 f8875706..d121836e 100644 --- a/tests/fastcgi-auth.conf +++ b/tests/fastcgi-auth.conf @@ -85,7 +85,7 @@ compress.filetype = ("text/plain", "text/html") fastcgi.debug = 0 fastcgi.server = ( "/" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1027, "bin-path" => "@SRCDIR@/fcgi-auth", "mode" => "authorizer", diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf index b48bd960..ca67a38e 100644 --- a/tests/fastcgi-responder.conf +++ b/tests/fastcgi-responder.conf @@ -88,7 +88,7 @@ compress.filetype = ("text/plain", "text/html") fastcgi.debug = 0 fastcgi.server = ( ".fcgi" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1028, "bin-path" => "@SRCDIR@/fcgi-responder", "check-local" => "disable",