Problem with apache – Address already in use… Unable to open logs

This morning I had a problem with apache. The httpd was stopped and the #service httpd restart didn’t work.

Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(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

The port 80 was already in use.

# fuser -k -n tcp 80

was the solution…

Leave a Reply

Your email address will not be published. Required fields are marked *