AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] amh nginx stop提示Nginx.pid没有那个文件或目录如何解决? |
|
---|---|
yingwu |
yingwu 发表于 2013-08-06 13:14:40
请教 停止Nginx的时候下方提示: Nginx.pid没有那个文件或目录 是怎么回事,该怎么解决呢?
。
点赞,加油! (0分)
2013-08-06 13:14:40 1
|
ylx |
你看看有没有/usr/local/nginx 这个文件夹~~~
回复
2013-08-06 13:16:05 2
|
amysql |
那说明Nginx没有启动。(之前启动没成功)
可以测试下Nginx是否正常: /usr/local/nginx/sbin/nginx -t
回复
2013-08-06 13:29:55 3
AMH面板 - 好用高效低占用、安全可靠极稳定 |
yingwu |
Starting MySQL. ERROR! The server quit without updating PID file (/usr/local/mysql/data/localhost.localdomain.pid).
[root@localhost ~]# /usr/local/nginx/sbin/nginx -t nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx: [emerg] open() "/home/wwwroot/index/log/nginx_error.log" failed (2: No such file or directory) nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
回复
2013-08-06 14:57:11 4
|
isha |
和问题很明显了啊 说明你日志文件不在啊要不及是没修改权
你自己给下权限没有就自己手工写
回复
2013-08-06 15:05:43 5
|
amysql |
ls -l /home/wwwroot/index/log/nginx_error.log
没有这文件,就加回。
回复
2013-08-06 16:15:20 6
|
ylx |
没有表述清楚啊!!! 运行这个命令就好了 ls -l /home/wwwroot/index/log/nginx_error.log 会创建这个文件
回复
2013-08-06 16:23:45 7
|
amysql |
这没创建文件的。 ls 只是列出文件
回复
2013-08-06 16:30:43 8
|
ylx |
回复
2013-08-06 16:34:12 9
|
amysql |
回复
2013-08-06 16:40:17 10
|