It seems there is a service using this port. You could kill it by executing:
sudo kill -9 $(sudo lsof -t -i:80)
Then, try to start Apache again.
It seems there is a service using this port. You could kill it by executing:
sudo kill -9 $(sudo lsof -t -i:80)
Then, try to start Apache again.