Keywords: LAMP/MAMP/WAMP - AWS - Technical issue - Other
bnsupport ID: f76b59ed-1942-614b-e105-601dbf961341
Description:
The command and response:
bitnami@ip-172-26-3-239:/opt/bitnami/apache2/htdocs/includes$ sudo /opt/bitnami/ctlscript.sh restart apache
Unmonitored apache
Syntax OK
/opt/bitnami/apache2/scripts/ctl.sh : apache not running
Syntax OK
(99)Cannot assign requested address: AH00072: make_sock: could not bind to address 54.184.5.232: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
Following many similar posts here I've tried
Searching for processes on port 80 netstat -lnp | grep :80
killing any httpd processes sudo kill -9 httpd
Searching for processes using port 80 using sudo lsof -t -i:80
Stopping and restarting all with the bitnami script: sudo /opt/bitnami/ctlscript.sh start
Rebooting the instance
But the results are always the same.