Access to non-existent PHP page on nginx Server no input file specified

Source: Internet
Author: User
Tags nginx server
Nginx server access does not exist on the PHP page no input file specified.
Found in nginx/conf/nginx.conf:
Fastcgi_param Script_filename/scripts$fastcgi_script_name; Switch
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 server access does not exist in the non-PHP page, you can normally appear the custom 404 Prompt page, but access to the non-existent PHP page, page information display
The preliminary estimate is that fastcgi didn't give the error to nginx.
Checked the Nginx document, and sure enough.
Fastcgi_intercept_errorssyntax:fastcgi_intercept_errors on|offdefault:fastcgi_intercept_errors Offcontext:http, Server, location default is off

Simply add in the virtual host profile:
Fastcgi_intercept_errors on;

Can. I configured the Error_page 404, not using the Nginx default 404 Hint page.




" writing inside the configuration file "
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.