nginx报错
在写一个rpc例子,有些php页面可以访问,有些不行并出现这问题,求告知原因
错误日志 2016/07/21 13:35:41 [error] 9212#7620: *1 CreateFile() "D:nginxnginx-1.11.2nginx-1.11.2/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
回复内容:
在写一个rpc例子,有些php页面可以访问,有些不行并出现这问题,求告知原因
错误日志 2016/07/21 13:35:41 [error] 9212#7620: *1 CreateFile() "D:nginxnginx-1.11.2nginx-1.11.2/html/favicon.ico" failed (2: The system cannot find the file specified), client: 127.0.0.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "localhost"
日志拿得不对,再找找,通过日志里的路径找。
从日志上看是不能找到favicon.ico
哎,
尝试在http.conf
中添加配置试试
location = /favicon.ico {
log_not_found off;
}
上一篇: javabean是一个什么类?
推荐阅读
-
IE8下Jquery获取select选中的值post到后台报错问题
-
常见Web报错代码
-
PHP Undefined index报错的修复方法
-
vuex 解决报错this.$store.commit is not a function的方法
-
解决vue项目nginx部署到非根目录下刷新空白的问题
-
SQL Server2005打开数据表中的XML内容时报错的解决办法
-
Linux CentOS Nginx安装配置
-
lanmp(Linux Apache Nginx Mysql Php) 的安装配置
-
轻松搞定VIM高亮NGINX配置文件的方法
-
sqlserver安装报错:an error was encountered 数据无效