关于php fast cgi异常停止
程序员文章站
2022-05-17 18:40:53
...
使用环境:windows10、php7.2、Nginx
准备步骤:
新建一个test.php
<?php
var_dump(getenv('REMOTE_ADDR'));
错误结果
Nginx 错误日志:
2020/04/21 22:56:29 [error] 2360#7376: *2 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /test.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "127.0.0.1", referrer: "http://127.0.0.1/"
解决方法
更换php版本(我更换7.1.3)
进入127.0.0.1/test.php
推荐阅读
-
php fpm和fast-CGI有啥关系?而且还有一个疑问,就是PHP以CGI方式运行,请问以CGI方式运行到底是啥意思??
-
php小白,php关于directory类的异常 Undefined property: Directory:$uu
-
php > 关于php时区时间异常有关问题 date 当前时间 时差(转载)
-
关于PHP异常:unexpected T_PAAMAYIM_NEKUDOTAYIM
-
cgi - 关于php线程安全的问题
-
fast-cgi 启动了,但是 nginx 无法执行 php
-
[转载]关于php时区时间异常有关问题
-
关于PHP注入有关问题,小弟我把php.ini所有异常提示都屏蔽了,还能注入吗
-
cpanel中的php运行方式使用fast-cgi模式的配置方法
-
关于php fast cgi异常停止