如何解决“Job for httpd.service failed because the control process exited with error code. See “报错?
如何解决“Job for httpd.service failed because the control process exited with error code. See "报错?
·
1、问题:
输入报错
systemctl start httpd
2、
查看原因:
systemctl status httpd.service
3、
查看哪个占用80端口
netstat -antlp | grep 80
4、
关闭master服务,再次启动
systemctl stop master.service
systemctl start httpd
更多推荐
所有评论(0)