Hello,
I have the same problem. I tried to restart apache and got this message:
bitnami@ip-172-31-55-232:/opt/bitnami/mysql/bin$ sudo /opt/bitnami/ctlscript.sh restart apache
Unmonitored apache
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : apache not running
Syntax OK
(98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(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
After that I used this command:
netstat -lnp | grep :80
And i got next message:
tcp6 0 0 :::80 :::* LISTEN 2439/httpd.bin
I'm very newby in server side. Could somebody helps?