Michael Lynch wrote:
> Jim,
> Here are the results:
> 
> [EMAIL PROTECTED] sbin]#   netstat -antp
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address               Foreign Address             
> State       PID/Program name   
> tcp        0      0 127.0.0.1:2208              0.0.0.0:*                   
> LISTEN      2255/hpiod          
> tcp        0      0 0.0.0.0:5900                0.0.0.0:*                   
> LISTEN      2805/vino-server    
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   
> LISTEN      1950/portmap        
> tcp        0      0 0.0.0.0:881                 0.0.0.0:*                   
> LISTEN      1971/rpc.statd      
> tcp        0      0 127.0.0.1:25                0.0.0.0:*                   
> LISTEN      2321/sendmail: acce 
> tcp        0      0 127.0.0.1:2207              0.0.0.0:*                   
> LISTEN      2260/python         
> tcp        0      0 xxx.xxx.xxx.xxx:50590          64.86.142.107:80           
>  ESTABLISHED 11793/firefox-bin   
> tcp        0      0 xxx.xxx.xxx.xxx::34683          207.46.8.121:80           
>   ESTABLISHED 11793/firefox-bin   
> tcp        0      0 xxx.xxx.xxx.xxx::50589          64.86.142.107:80          
>   ESTABLISHED 11793/firefox-bin   
> tcp        0      0 xxx.xxx.xxx.xxx::52336          207.68.178.239:80         
>   ESTABLISHED 11793/firefox-bin   
> tcp        0      0 xxx.xxx.xxx.xxx::35237          72.21.206.3:80            
>   ESTABLISHED 11793/firefox-bin   
> tcp        0      0 :::22                       :::*                        
> LISTEN      2286/sshd           
> tcp        0      0 ::1:631                     :::*                        
> LISTEN      2272/cupsd          
> 

OK, now I'm confused. You have no LISTENing process open on port 80. The
outgoing connections (with :80 in the "Foreign Address" column) are of
no significance.

My system has a line like this:

> tcp        0      0 :::80                       :::*                        
> LISTEN      2535/httpd

You didn't drop a line in your cut-&-paste, I don't suppose?

Maybe the error message is misleading, and there's a different reason
for not starting httpd ???

Just for kicks you might post the results of
  ls -l $(which httpd)

What distribution and version are you running?

Anybody else got any ideas?
Have you tried rebooting? <ugh>

Regards,
..jim

-- 
KPLUG-Newbie@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie

Reply via email to