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-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
bca076c9d0
commit
5056731095
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue