诡异的的 no input file specified.
现在安装的lnmp 1.4 但是总是出现no input file specified.这个问题,从其一下php-fpm就正常,但是总反复之前用1.3没有发现这个情况,后来php降级到1.3的版本发现好了很多,但是最近发现每天早上还会出现no input file specified. 也是重启php-fpm就可以了。最后发现每次重启nginx 如果不重启php 时不时也会出现no input file specified. 现象。
这种现象是nginx 版本的问题么?
我随后在把nginx版本降级试试吧,每次过一晚上就出现这个问题很诡异啊!
环境是阿里云ubuntu 16 64, thinkphp5
军哥有没有好的建议让我排场一下啊?
nginx 错误信息
PHP message: PHP Warning:Unknown: failed to open stream: Operation not permitted in Unknown on line 0Unable to open primary script: /home/wwwroot/public/index.php (Operation not permitted)" while reading response header from upstream, client: 39.108.219.234, server: api.xxxx.com, request: "GET /user/setting?timestamp=1500681073&platform=web HTTP/1.1", upstream: "fastcgi://unix:/tmp/php-cgi.sock:", host: "api.xxxx.com"
问题好像找到了 在观察一下
好像是禅道的nginx 配置的问题fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # 改成
#fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/"; # 官方配置 no input file specified 基本上都是由于网站配置里的root和防跨目录里的设置不一样导致的
移除防跨目录:https://lnmp.org/faq/lnmp-vhost-add-howto.html#user.ini
谢谢
:handshake
页:
[1]