This is a discussion on Start up question within the Windows Web Servers forums, part of the Web Server and Related Forums category; Just loaded apache2 on win xp. When I try to run apache from the command line I get the following ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Just loaded apache2 on win xp. When I try to run apache from the
command line I get the following message."(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs." There are no errors logged in the error log file? Please help a newbie. |
|
|||
|
On 02 Aug 2004, alfred@alfredky.com (Alfred) wrote in
news:3a567c81.0408021323.6354d8b2@posting.google.c om: > Just loaded apache2 on win xp. When I try to run apache from the > command line I get the following message."(OS 10048)Only one usage of > each socket address (protocol/network address/port) > is normally permitted. : make_sock: could not bind to address > 0.0.0.0:80 > no listening sockets available, shutting down > Unable to open logs." You already have something else listening port 80, probably IIS. Stop that service and/or run Apache on a different port. |