Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/Errors/CouldNotBindToAddress The comment on the change is: copied from ebp-moin New page: == make_sock: could not bind to address 0.0.0.0:80 no listening sockets available == If you see this error, it is quite likely that something else is already using the port in question. If you get this error messages, you can determine what is using the port quite easily {{{ On Linux/Unix run $> netstat -a -v -e -p On Windows run $> netstat -ano }}} Once you see these results, you can choose too kill the program in question, or change the port that Apache uses. '''''Note for Windows users''', Skype is known to use port 80. Also, make sure Windows IIS Web Server is not running.''
