Michael Lynch wrote:
> Hey Jim,
> I performed these following commands and still no luck with httpd
> 
> First I tried
> [
> [EMAIL PROTECTED] sbin]# ./apachectl graceful
> httpd not running, trying to start
> (98)Address already in use: make_sock: could not bind to address 
> xxx.xxx.xxx.xxx:80
> no listening sockets available, shutting down
> Unable to open logs
>  
> next i tried
> 
> [EMAIL PROTECTED] sbin]# ./apachectl -t
> Syntax OK
> 
> then I tried
> 
> [EMAIL PROTECTED] sbin]# ./apachectl -k restart
> httpd not running, trying to start
> (98)Address already in use: make_sock: could not bind to address 
> xxx.xxx.xxx.xxx:80 
> no listening sockets available, shutting down
> Unable to open logs
> 
> Do you have any further suggestions on how to resolve this issue?

The message "address already in use ... could not bind" means that some
process/program is already using that port. The next question is which?

So run (with sudo or from a root prompt)
  netstat -antp
and post the results here.

Regards,
..jim

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-newbie

Reply via email to