If you are getting this error:
Address already in use: make_sock: could not bind to address [::]:443 no listening sockets available, shutting down Unable to open logs
Here is how to fix it:
What is wrong is that you have two Listen directives in your apache configuration. So grep your apache config directory (/etc/apache2/)
and do a recursive grep for ‘Listen’ When [...]