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
.................................
赞 (0)
是你已经开了httpd服务吧?
chkconfig --level 35 httpd off
/etc/rc.d/init.d/httpd stop
然后在./apachectl start
.................................