(1)端口被占用,找到对应的进行并结束。
(2)Linux下查看,无进程占用443端口,确认/etc/httpd/conf.d下只有一个ssl.conf,无其他SSL配置、备份文件,如果有,apache会都载入,造成冲突。原因是http.conf中IncludeOptional conf.d/*.conf
相关文章
- 08-01解决Nginx启动报nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
- 08-01AH00072: make_sock: could not bind to address [::]:443
- 08-01apache bench安装问题:出现 AH00072: make_sock: could not bind to address [::]:443
- 08-01apache启动错误 AH00072: make_sock: could not bind to address [::]:443 windows系统端口/进程查看
- 08-01(98)Address already in use: make_sock: could not bind to address 80 [resolved] (2012-10-11 09:04)
- 08-01nginx: [emerg] bind() to 0.0.0.0:443 failed(98:Address already in use)解决方法
- 08-01关于APACHE开启时报错“MAKE_SOCK: COULD NOT BIND TO ADDRESS [::]:443“
- 08-01Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
- 08-01Address already in use: make_sock: could not bind to address 0.0.0.0:80
- 08-01apache启动报错(98)Address already in use: make_sock: could not bind to address [::]:80