解决办法
使用root权限先netstat -lnp|grep 80 看看有没有占用端口的程序
再看返回的listen 进程id/进程名
如果有,kill 掉那个进程 ID,再尝试启动 Apache
Linux 下 重启 Apache 后启动提示 (98)Address already in use: make_sock: could not bind to address [::]:80
最新推荐文章于 2019-06-19 21:21:47 发布
本文提供了一种解决Apache启动时遇到的80端口被占用的问题,通过使用root权限检查并杀死占用端口的进程,确保Apache可以正常启动。
1882

被折叠的 条评论
为什么被折叠?



