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…