From 510b5366690df903f7f8b72f9da5e5994dab58f4 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 8 May 2005 06:22:55 +0000 Subject: [PATCH] replaced IP address for fastcgi.server to localhost git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@349 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/bug-06.conf | 2 +- tests/bug-12.conf | 2 +- tests/fastcgi-10.conf | 2 +- tests/lighttpd.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bug-06.conf b/tests/bug-06.conf index da5fc6b5..89407903 100644 --- a/tests/bug-06.conf +++ b/tests/bug-06.conf @@ -87,7 +87,7 @@ setenv.add-response-header = ( "BAR" => "foo") fastcgi.debug = 0 fastcgi.server = ( ".php" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1026, # "mode" => "authorizer", # "docroot" => "/tmp/lighttpd/servers/www.example.org/pages/", diff --git a/tests/bug-12.conf b/tests/bug-12.conf index f3d27421..ad006a4a 100644 --- a/tests/bug-12.conf +++ b/tests/bug-12.conf @@ -89,7 +89,7 @@ setenv.add-response-header = ( "BAR" => "foo") fastcgi.debug = 0 fastcgi.server = ( ".php" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1026, # "mode" => "authorizer", # "docroot" => "/tmp/lighttpd/servers/www.example.org/pages/", diff --git a/tests/fastcgi-10.conf b/tests/fastcgi-10.conf index f2b39db3..8c6bcaea 100644 --- a/tests/fastcgi-10.conf +++ b/tests/fastcgi-10.conf @@ -81,7 +81,7 @@ compress.filetype = ("text/plain", "text/html") fastcgi.debug = 0 fastcgi.server = ( ".php" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1026 ) # "ulf" => ( diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index 853f5c24..a5dcb3f2 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -69,7 +69,7 @@ setenv.add-response-header = ( "BAR" => "foo") fastcgi.debug = 0 fastcgi.server = ( ".php" => ( "grisu" => ( - "host" => "192.168.0.2", + "host" => "127.0.0.1", "port" => 1026, # "mode" => "authorizer", # "docroot" => "/tmp/lighttpd/servers/www.example.org/pages/",