Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80

Problem:
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80

Solution:

netstat -lnp | grep 80
kill -9 process ID

Leave a Reply

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