nginx报 File not found 错误

Posted Charles

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx报 File not found 错误相关的知识,希望对你有一定的参考价值。

原因可能很多,但对于初学者。大部分应该是/etc/nginx/conf.d/default.conf里面的PHP解析部分配置不对。

解决的话就是把root定义,在server下加上,这样root的作用域就扩大了。把location ~ \\.php${里面的root删除。fastcgi_param部分改为$document_root$fastcgi_script_name;

 

好了,来总结一下这类错误的原因吧:

1.可能原因之一:/etc/nginx/conf.d/default.conf的root路径和php解析部分配置不对。

解决:将root定义放到server下,或者在php解析部分的root定义为全路径。同时将fastcgi_param部分改为$document_root$fastcgi_script_name;

 

2.可能原因之二:请求的文件(例如:xxx.php)文件真的不存在url对应的路径。

解决:找到相关文件,确认路径。

 

3.可能原因之三:路径没有读权限。

解决:添加用户和权限。

 

4.题外话,如果没有打开php解析。那么php文件会被当成文件下载且不被解析。

 

参考链接和文章如下:

http://www.2cto.com/os/201212/178528.html

http://www.cnblogs.com/iosdev/p/3439834.html

http://blog.chinaunix.NET/uid-26719405-id-3586780.html

http://www.trackself.com/archives/2443.html

以上是关于nginx报 File not found 错误的主要内容,如果未能解决你的问题,请参考以下文章

centos搭建 nginx一直报错 file not found.

nginx启动报错:host not found in upstream

iOS开发 经典错误之 library not found for -xxxl 或'xxx.h'file not found

"log_bin.index not found" 启动报错解决

nginx过滤报错日志

本地连接远程mysql服务报错:MySQL is running but PID file could not be found [FAILED]