網頁

2013年7月7日 星期日

could not bind to address 0.0.0.0:80

apache2不能启动的解决办法(提示could not bind to address 0.0.0.0:80)




Windows Server 2012 + wampserver

well you could actually try stopping apache even trying to connect on ipv6

left click wamp>apache>httpd.conf


find
listen 80
and change to
listen 0.0.0.0:80
or
listen 127.0.0.1:80

the first one(0.0.0.0) is better if it will work.



沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。