make_sock: could not bind to address 0.0.0.0:443
操作系统 发布日期:2025/1/10 浏览次数:1
正在浏览:make_sock: could not bind to address 0.0.0.0:443
是你已经开了httpd服务吧?
chkconfig --level 35 httpd off
/etc/rc.d/init.d/httpd stop
然后在./apachectl start
.................................