|
|
我在本地弄了一个 nginx+php+mysql+zend 环境,windows的
但是没有运行多久。就出现这样的错误。
2011/12/10 20:46:22 [error] 1596#0: *4488 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "127.0.0.1"
2011/12/10 20:48:14 [error] 1596#0: *4492 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "127.0.0.1"
2011/12/10 20:48:19 [error] 1596#0: *4492 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET /hello.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "127.0.0.1" |
|