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-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
e7def825a8
commit
510b536669
|
@ -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/",
|
||||
|
|
|
@ -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/",
|
||||
|
|
|
@ -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" => (
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in New Issue