Saturday, April 18, 2009

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
root@eko[~]# /etc/init.d/httpd restart
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
root@eko[~]# lsof -i tcp:80
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
mysql 12887 nobody 3u IPv4 14388423 TCP *:http (LISTEN)
root@eko[~]# kill -9 12887
root@eko[~]# /etc/init.d/httpd restart
httpd not running, trying to start
root@eko[~]#

Done …