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
svn/tags/lighttpd-1.3.14
Jan Kneschke 2005-06-04 13:51:37 +00:00
parent bca076c9d0
commit 5056731095
2 changed files with 2 additions and 2 deletions

View File

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

View File

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