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
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