No input file specified. nginx服务器报错解决

配置虚拟域名的时候报No input file specified。

仔细观察一圈也没有发现任何错误,最终,我把注意力放到 \ 上。才发现问题。

以前我都是直接copy文件路径过去 文件里面 都是使用的 \  例如 这样 D:\phpStudy\WWW\think\public

在这之前这样使用没有任何问题。

但是标准的规范 应该是这样D:/phpStudy/WWW/think/public 使用 ‘/’

这样问题就解决了。

服务器访问时502 Server dropped connection 错误解决方法

把代理关闭掉。

原文地址:https://www.cnblogs.com/zj-phper/p/9530604.html

时间: 2024-10-12 14:39:22

No input file specified. nginx服务器报错解决的相关文章

FastDFS整合nginx后,nginx一直报错

FastDFS整合nginx后,nginx一直报错: 报错内容: [2018-06-11 09:41:21] ERROR - file: ../common/fdfs_http_shared.c, line: 148, param "http.mime_types_filename" not exist or is empty 处理过程: #include http.conf是写在/etc/fdfs/mod_fastdfs.conf里,然而在 /etc/fdfs目录中没有 http.c

启动nginx时候报错

[[email protected] conf]# /application/nginx/sbin/nginx -tnginx: the configuration file /application/nginx-1.6.3/conf/nginx.conf syntax is oknginx: configuration file /application/nginx-1.6.3/conf/nginx.conf test is successful [[email protected] conf

ulimit登陆服务器报错

闲来无事登陆服务器发下登陆提示有报错 报错提示:Last login: Fri May 23 01:37:04 2014 from 101.71.249.170-bash: ulimit: open files: cannot modify limit: Operation not permitted 看提示是没有权限的意思 查看登陆需要加载的文件/etc/profile 有发现ulimit -n 65535ulimit -u 10240 服务器是禁止root登陆的.用户一般用户登陆肯定是会提示

Nginx启动报错:

Nginx启动报错:10013: An attempt was made to access a socket in a way forbidden 2014-08-07 14:39:10   来源:   评论:0 点击: Nginx在win7,win2008下启动报错:bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permis

启动Tomcat服务器报错

启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to sto

android studio创建模拟器报错解决 emulator: ERROR: This AVD's configuration is missing a kernel file!!

android studio创建模拟器报错 emulator: ERROR: This AVD's configuration is missing a kernel file!! 的解决办法 原因有二:1 没有,解决办法通过sdk mangager 下载 2 找不到,解决办法看系统环境变量path(此种情况多数发生在android Studio和EclipseADT同时存在的情况下) 原因是在刚刚安装完毕的androidstudio的sdk目录下没有system-image目录,也许有但没有相

GNS3连接本地服务器报错

关于GNS3连接本地服务器报错的解决办法: 1:检查目录名,最好不要有中文目录 2:关掉防火墙和杀软 3:查看端口是否被占用 方法:以管理员身份运行cmd,执行命令netstat -anb 4:运行cmd,执行netsh winsock reset 个人原创,转载时请注明出处

Nginx启动报错:10013: An attempt was made to access a socket in a way forbidden

Nginx在win7,win2008下启动报错:bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions) . 原因是Win7下nginx默认80端口被System占用,造成nginx启动报错的解决方案. 在cmd窗口运行如下命令: [plain] C:\Users\Administrator>netstat -ao

Atom远程连接服务器报错服务器版本和客户端版本不一致

Atom远程连接服务器 报错信息: Server version is different than client version Original error message: Version mismatch. Client at 139 while server at 141. 在setting里check for update 一下,然后重启编辑器!!!重启