(98)address already in use: ah00072: make_sock: could not bind to address 0.0.0.0:80

(98)address already in use: ah00072: make_sock: could not bind to address 0.0.0.0:80

问题描述:

80端口已经被占用,导致启动不了

解决思路:

我的解决办法:

找到有可能配置的listen 80的配置文件(例如:nginx的配置文件等),看是否和/etc/httpd/conf/httpd.conf配置的有冲突,如果有,则需要需改其中一个即可解决。

总结:

其实这个问题并不是很大,但是容易忽略解决点,不要仅仅是看错误提示的字面意思;占用不一定是进程占用,还有可能是配置文件冲突导致的占用。

原文地址:https://www.cnblogs.com/mmzs/p/11055039.html

时间: 2024-10-29 18:22:41

(98)address already in use: ah00072: make_sock: could not bind to address 0.0.0.0:80的相关文章

Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80

ubuntu上安装Apache2时出现错误 端口被占用造成 在root权限下键入命令: # netstat -lnp | grep 80 从图中可以看出nginx占用了进程 键入命令 #pkill -9 nginx 杀死nginx的所有进程 再次启动Apache成功

apache启动错误 AH00072: make_sock: could not bind to address [::]:443 windows系统端口/进程查看

1. netstat -ano|findstr "443" 2. tasklist|findstr "17208" 原文地址:https://www.cnblogs.com/cbugs/p/11659850.html

apache报Permission denied: make_sock: could not bind to address 解决方案

启动Apache时报错信息: [[email protected] httpd]# /etc/init.d/httpd startStarting httpd: (13)Permission denied: make_sock: could not bind to address [::]:8000(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8000no listening sockets availab

linux 下apche无法监听端口解决办法(Permission denied: make_sock: could not bind to address)

想建立一个测试用的虚拟主机,遇到了这个问题:[[email protected] html]# service httpd startStarting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.termwikidev for ServerName(13)Permission denied: make_sock: could not bin

Linux 启动 Apache 时报错:(98)Address already in use: make_sock: could not bind to address [::]:80

1. 启动 Apache 时报错: [[email protected] sh]# service httpd start Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName (98)Address already in use: make_sock: could not bi

apache启动报错(98)Address already in use: make_sock: could not bind to address [::]:80

# /usr/local/apache2/bin/apachectl start Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80no listening sockets available, shutting downU

(98)Address already in use: make_sock: could not bind to address 80 [resolved] (2012-10-11 09:04)

以前遇到一个问题: sudo /etc/init.d/apache2 start * Starting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName (98)Address already in use: make_sock: could not bind to address 0.0

httpd 启动报错“”Permission denied: make_sock: could not bind to address [::]:80“”

今天闲来无事复习一下普通用户httpd源码的安装,安装过程不赘述,在启动过程中提示错误 [[email protected] bin]$ ./httpd -k start httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.56.115 for ServerName (13)Permission denied: make_sock: could not bind t

permission denied make_sock could not bind to address 81问题解决

在apache中绑定非http标准端口时,一直出现如下的错误提示: [[email protected] ~]# /etc/init.d/httpd start Starting httpd: (13)Permission denied: make_sock: could not bind to address 0.0.0.0:888 no listening sockets available, shutting down Unable to open logs [FAILED] 解决方案: