You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/10/23 02:00:17 UTC

DO NOT REPLY [Bug 46068] New: could not bind to address 0.0.0.0:80

https://issues.apache.org/bugzilla/show_bug.cgi?id=46068

           Summary: could not bind to address 0.0.0.0:80
           Product: Apache httpd-2
           Version: 2.2.10
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: 5813808@swin.edu.au


when apache2.2.10 successfully install. the testing httpd.conf is carried on.
then an error is reported: An attempt was made to access a socket in a way
forbidden by access permission: could not bind to address 0.0.0.0:80. no listen
socket available. shutting down. Unable to open log.
it seems Apache is not told where to listen to when the error states the ip
address as: 0.0.0.0
I did try to change the Listen in httpd.conf as Listen *:80 but it still
doesn't work.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 46068] could not bind to address 0.0.0.0:80

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46068


Dan Poirier <po...@pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |poirier@pobox.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Dan Poirier <po...@pobox.com>  2008-10-23 04:58:05 PST ---
The error message says "forbidden by access permission".  If UAC is enabled on
Vista (which I believe it is by default), and you want to start Apache from a
command windows, you must start that command window with "Run as administrator"
or it will not have permission to bind to port 80.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org