启动服务启动不了,报这个错误,搜出来的都是端口占用的,试了试不行
Job for httpd.service failed because a fatal signal was delivered to the control proces
s. See "systemctl status httpd.service" and "journalctl -xe" for details.
netstat -lnp | grep 80 查询出来占用进程 然后kill -9 进程号
在重新启动这样不行吗
看一下日志报啥错呀!从日志里找才是最直接的
systemctl start httpd
望采纳