Apache 没法start

/etc/init.d/apache2 start
在安装好Apache2后执行上面的命令,或者start换成restart,出现报错
apache2.serviceJob for apache2.service failed. See “systemctl status apache2.service” and “journalctl -xe” for details.
failed!
经过查找资料
运行下面两条语句就可以解决这个问题
sudo apt-get install psmisc
sudo lsof -t -i tcp:80 -s tcp:listen | sudo xargs kill

原理不太懂,反正我的Ubuntu可以动了,头疼了几个小时,艹

上一篇:linux集群之LVS入门和企业级实战(续二)


下一篇:Linux下升级Apache