【发布时间】:2015-07-25 05:10:40
【问题描述】:
我停止 nginx,删除它,重新启动,安装 Apache2 并重新安装 php5-fpm。
现在当我尝试启动 Apache 时,我得到了这个错误:
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
当我运行 netstat 时,我会看到:
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1613/nginx
tcp6 0 0 :::8080 :::* LISTEN 1850/java
tcp6 0 0 :::80 :::* LISTEN 1613/nginx
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 1850/java
删除 Nginx 后,我也进行了清除。
谁能告诉我如何去除这些剩余的残留物,以便我可以开始 阿帕奇2?另外 - 我无法弄清楚我的网页是由什么提供服务的……哈哈……但是网站已经启动了。
感谢您的帮助! 行程
【问题讨论】: