nginx服务器上访问不存在的php页面No input file specified

WBOY
풀어 주다: 2016-06-13 13:11:40
원래의
868명이 탐색했습니다.

nginx服务器下访问不存在的php页面No input file specified.
在nginx/conf/nginx.conf   找到:
fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;  改为:
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;


http://apps.hi.baidu.com/share/detail/31677987
http://www.oschina.net/question/57933_27069




nginx服务器下访问不存在的非php页面,可以正常出现自定义的404提示页,但是访问不存在的php页面,页面信息显示 nginx服务器上访问不存在的php页面No input file specified
初步估计是fastcgi没把错误给Nginx
查了下nginx的文档 果然

fastcgi_intercept_errors
syntax: fastcgi_intercept_errors on|off
default: fastcgi_intercept_errors off
context: http, server, location 
默认的是off
로그인 후 복사

只需在虚拟主机配置文件加入:
fastcgi_intercept_errors on;
로그인 후 복사

即可。我配置了error_page 404,没有使用nginx默认的404提示页面。
效果图:
 nginx服务器上访问不存在的php页面No input file specified


配置文件里面的编写
 nginx服务器上访问不存在的php页面No input file specified

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿