07-28-04 11:08 PM
tricia81@comcast.net (Tricia) wrote in
news:8d27ff58.0407272023.19af31d7@posting.google.com:
> make_sock: could not bind to the address
> 0.0.0.0:80 no listening sockets available
It looks like port 80 is already in use. Could it be that you are trying
to start Apache when it's already running?
Try restartng your machine. Then, from a command line, type "netstat -an".
When I do that, I see this:
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
That output from netstat shows me that *something* is listening on port 80.
If the Apache monitor (or the services control in the Control Panel) still
says that Apache isn't running, then you have something else listening on
port 80.
--
CodeCutter - good, fast and cheap; pick two.
[ Post a follow-up to this message ]
|