All, When I ran lsof, I can see that there are no listeners on ports 80 and 443: root@nusnj7-qes01:/usr/local/apache2/conf$ lsof -i tcp:443 root@nusnj7-qes01:/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:noodlet@xxxxxxxxx] Sent: Thursday, June 07, 2007 3:34 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: Address already in use: make_sock: could not bind to addres On 07/06/07, Malladi, Sasikanth <sasikanth.malladi@xxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx