William A. Rowe, Jr. wrote:

Error 1, cannot bind to 0.0.0.0:80

  this is often seen when adapters have different support for TCP/IP; the best
  thing is to change your Listen directive to match your internal/external IP
  addresses, e.g. change Listen 80 to several lines...

    # Bind apache to localhost and our IP addresses, one for each;
    Listen 127.0.0.1:80
    Listen 168.192.0.25:80
    Listen 10.0.0.15:80

  use your own IP addresses, not the example ones above.

The other observations; another service (e.g. IIS) is using port 80, or that
some firewall/antivirus program has installed a broken windows socket provider,
are both equally valid possibilities.  Thanks to those who chimed in.

Bill

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to