All, 

When I ran lsof, I can see that there are no listeners on ports 80 and
443:
[EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:443
[EMAIL PROTECTED]:/usr/local/apache2/conf$ lsof -i tcp:80

But wait! There's more! When I run 'netstat -av' I can see three entries
for my server name:

TCP: IPv4
Local/Remote Address Swind  Snext     Suna   Rwind  Rnext     Rack
Rto   Mss  State
-------------------- ----- -------- -------- ----- -------- --------
----- ----- -----
      *.*                0 00000000 00000000 49152 00000000 00000000
3375   536 LISTEN
nusnj7-qes01.nam.nsroot.net.80
      *.*                0 00000000 00000000 49152 00000000 00000000
3375   536 LISTEN

Why does the second line show the local address and nothing else? 
It does look like some process is blocking port 80 but I can't see
detailed information about it. 

Any help here?

Regards,
Sashi Malladi
CATE Network Eng
908-563-1249

-----Original Message-----
From: Vincent Bray [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 07, 2007 3:34 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Address already in use: make_sock: could not
bind to addres

On 07/06/07, Malladi, Sasikanth <[EMAIL PROTECTED]> wrote:
> I figured it out.
> It's trying to use 443 as I didn't modify ssl.con (and I'm using
https).
>
> I've made that change but when I try to run it again now it's
> complaining about port 80 not being available.

Try here:

http://wiki.apache.org/httpd/Errors/CouldNotBindToAddress

-- 
noodl

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
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