CGI 阻塞 如何解决。棘手。
2016/02/05 10:59:35 [error] 6496#4544: *3 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "localhost"
贴一下详细的报错信息啊
解决方法:
nginx.conf 里面 对不同server 修改fastcgi_pass的端口号
windows下nginx+fastcgi不能使用file_get_contents/curl/fopen的原因
windows下PHP + Nginx curl访问本地超时