美文网首页
阿里云 ecs linux Ubuntu Nginx安装失败

阿里云 ecs linux Ubuntu Nginx安装失败

作者: monkey姜啦 | 来源:发表于2020-03-06 15:24 被阅读0次
Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
image.png

执行远程终端命令 查看端口使用情况

netstat -tnlp

图片中显示是80端口被java占用,我的80端口是被apache2给占用了


image.png

解决:

使用命令:kill -9 PID关掉占用线程(我这里是kill -9 24531)即可,我的apache线程被杀了三次才OK

参考博客:https://blog.csdn.net/fucaijin/article/details/88092796

相关文章

网友评论

      本文标题:阿里云 ecs linux Ubuntu Nginx安装失败

      本文链接:https://www.haomeiwen.com/subject/ajxmlhtx.html