Page 1 of 1

vestacp AH00072: make_sock: could not bind to address 192.168.0.44:80

Posted: Sat Apr 03, 2021 10:32 am
by johnh10000
So I installed vesta, without the nginx proxy, to save me from hassle. On the first reboot I get
vestacp AH00072: make_sock: could not bind to address 192.168.0.44:80
with a bit of investigation, I discover that nginx SHOULD be present to serve the web interface, however
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 889/nginx: master p
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 4117/nginx: master
This was only discovered, my mail is working, but not in roundcube, permissions error 500?? When sending mail.
Also, no mail arrives in Roundcube even though it arrives, and is accessible via alpine.
Apr 03 11:04:32 domain.co.uk systemd[1]: Starting The Apache HTTP Server...
Apr 03 11:04:32 domain.co.uk apachectl[3875]: (98)Address already in use: AH00072: make_sock: could not bind to address 192.168.0.44:80
Apr 03 11:04:32 domain.co.uk apachectl[3875]: no listening sockets available, shutting down
Apr 03 11:04:32 domain.co.uk apachectl[3875]: AH00015: Unable to open logs
Apr 03 11:04:32 domain.co.uk apachectl[3875]: Action 'start' failed.
Apr 03 11:04:32 domain.co.uk apachectl[3875]: The Apache error log may have more information.
Apr 03 11:04:32 domain.co.uk systemd[1]: apache2.service: Control process exited, code=exited status=1
Apr 03 11:04:32 domain.co.uk systemd[1]: apache2.service: Failed with result 'exit-code'.
Apr 03 11:04:32 domain.co.uk systemd[1]: Failed to start The Apache HTTP Server.
root@magical-wizardry:/etc/exim4# netstat -tulpn | grep --color :80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 889/nginx: master p
tcp 0 0 0.0.0.0:8083 0.0.0.0:* LISTEN 4117/nginx: master
This a brand new instance on proxmox, so can easily copy exim4 working config and reinstall

Thanks for any advice