0
votes

I am unable to restart Apache.

(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs /opt/bitnami/apache2/scripts/ctl.sh : httpd could not be started Monitored apache

Google Cloud Compute Engine - Bitnami Wordpress Multisite

2
Did you updated something on a Virtual Host or the Apache config? Also, did you take a look to this question?Mithc

2 Answers

1
votes

It looks like you have another application running in port 80. It is highly likely that, apart from the Bitnami Apache, you also have installed another Apache, for example using apt-get install. I advise you to check if that is the case and, if so, remove it or stop it.

0
votes

I was able to resolve this by typing in the command:

kill lsof -t -i:80
sudo killall apache2