You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nick Mathes <nl...@ndshq.com> on 2003/04/05 23:40:53 UTC

[users@httpd] Address already in use: make_sock could not bind to address 0.0.0.0:80 no listening sockets available.

When I try to start Apache 2.0, I get the following error.  How do I correct
this?

Address already in use: make_sock could not bind to address 0.0.0.0:80 no
listening sockets available.


Respectfully:

Nick Mathes
nlmathes@ndshq.com
757.827.7700 voice
810.885.0224 fax


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Address already in use: make_sock could not bind to address 0.0.0.0:80 no listening sockets available.

Posted by Chris Meadors <cl...@hereintown.net>.
Jeff Cohen wrote:
> I think that it's grub 80 or cron 80.
> Jeff Cohen

What?  Don't answer if you don't have a clue.  Messing with grub is that 
last thing you want someone doing.

>>-----Original Message-----
>>From: Nick Mathes [mailto:nlmathes@ndshq.com]
>>Sent: Saturday, April 05, 2003 6:09 PM
>>To: users@httpd.apache.org
>>Subject: Re: [users@httpd] Address already in use: make_sock could not
> 
> bind to
> 
>>address 0.0.0.0:80 no listening sockets available.
>>
>>Pardon my ignorance, I am running RH Linux 8.  Do you know what command I
>>would issue to tell me what service listening to port 80?

Try:

netstat -lnp | grep :80

It will at least tell you if something is listening on port 80.  Run as 
root it will tell you the program name (you can't find what program is 
listening on a socket you don't own).

-- 
Chris


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Address already in use: make_sock could not bind to address 0.0.0.0:80 no listening sockets available.

Posted by Jeff Cohen <li...@gej-it.com>.
I think that it's grub 80 or cron 80.
Jeff Cohen

> -----Original Message-----
> From: Nick Mathes [mailto:nlmathes@ndshq.com]
> Sent: Saturday, April 05, 2003 6:09 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Address already in use: make_sock could not
bind to
> address 0.0.0.0:80 no listening sockets available.
> 
> Pardon my ignorance, I am running RH Linux 8.  Do you know what command I
> would issue to tell me what service listening to port 80?
> 
> 
> Respectfully:
> 
> Nick Mathes
> nlmathes@ndshq.com
> 757.827.7700 voice
> 810.885.0224 fax
> 
> ----- Original Message -----
> From: "Jeff Cohen" <li...@gej-it.com>
> To: <us...@httpd.apache.org>; "'Nick Mathes'" <nl...@ndshq.com>
> Sent: Saturday, April 05, 2003 5:51 PM
> Subject: RE: [users@httpd] Address already in use: make_sock could not
bind
> to address 0.0.0.0:80 no listening sockets available.
> 
> 
> If you are running Win32 machine, make sure IIS is not listening on port
80.
> If *Unix, cron 80 to check which process is running on your port 80.
> All the best,
> Jeff Cohen
> 
> > -----Original Message-----
> > From: Nick Mathes [mailto:nlmathes@ndshq.com]
> > Sent: Saturday, April 05, 2003 4:41 PM
> > To: users@httpd.apache.org
> > Subject: [users@httpd] Address already in use: make_sock could not bind
to
> > address 0.0.0.0:80 no listening sockets available.
> >
> > When I try to start Apache 2.0, I get the following error.  How do I
> correct
> > this?
> >
> > Address already in use: make_sock could not bind to address 0.0.0.0:80
no
> > listening sockets available.
> >
> >
> > Respectfully:
> >
> > Nick Mathes
> > nlmathes@ndshq.com
> > 757.827.7700 voice
> > 810.885.0224 fax
> >
> >
> > ---------------------------------------------------------------------
> > 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: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Address already in use: make_sock could not bind to address 0.0.0.0:80 no listening sockets available.

Posted by Nick Mathes <nl...@ndshq.com>.
Pardon my ignorance, I am running RH Linux 8.  Do you know what command I
would issue to tell me what service listening to port 80?


Respectfully:

Nick Mathes
nlmathes@ndshq.com
757.827.7700 voice
810.885.0224 fax

----- Original Message -----
From: "Jeff Cohen" <li...@gej-it.com>
To: <us...@httpd.apache.org>; "'Nick Mathes'" <nl...@ndshq.com>
Sent: Saturday, April 05, 2003 5:51 PM
Subject: RE: [users@httpd] Address already in use: make_sock could not bind
to address 0.0.0.0:80 no listening sockets available.


If you are running Win32 machine, make sure IIS is not listening on port 80.
If *Unix, cron 80 to check which process is running on your port 80.
All the best,
Jeff Cohen

> -----Original Message-----
> From: Nick Mathes [mailto:nlmathes@ndshq.com]
> Sent: Saturday, April 05, 2003 4:41 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Address already in use: make_sock could not bind to
> address 0.0.0.0:80 no listening sockets available.
>
> When I try to start Apache 2.0, I get the following error.  How do I
correct
> this?
>
> Address already in use: make_sock could not bind to address 0.0.0.0:80 no
> listening sockets available.
>
>
> Respectfully:
>
> Nick Mathes
> nlmathes@ndshq.com
> 757.827.7700 voice
> 810.885.0224 fax
>
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Address already in use: make_sock could not bind to address 0.0.0.0:80 no listening sockets available.

Posted by Jeff Cohen <li...@gej-it.com>.
If you are running Win32 machine, make sure IIS is not listening on port 80.
If *Unix, cron 80 to check which process is running on your port 80.
All the best,
Jeff Cohen

> -----Original Message-----
> From: Nick Mathes [mailto:nlmathes@ndshq.com]
> Sent: Saturday, April 05, 2003 4:41 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Address already in use: make_sock could not bind to
> address 0.0.0.0:80 no listening sockets available.
> 
> When I try to start Apache 2.0, I get the following error.  How do I
correct
> this?
> 
> Address already in use: make_sock could not bind to address 0.0.0.0:80 no
> listening sockets available.
> 
> 
> Respectfully:
> 
> Nick Mathes
> nlmathes@ndshq.com
> 757.827.7700 voice
> 810.885.0224 fax
> 
> 
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org