Wednesday, 12 June 2013

Apache restart no sockets issue

# ./apachectl 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
Run this command when the parent process is killed:
#killall -9 httpd

and then restart apache:
./apachectl start OR /etc/init.d/httpd2 restart



No comments:

Post a Comment