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/",