/etc/init.d/apache2 restart
 * Restarting web server apache2          httpd (no pid file) not running
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs


netstat -an -t | grep 443 Does not return anything.



Got that part fixed. There was a ports.conf in /etc/apache2, as well as a line in eg.conf telling it to listen on 443. The two conflicted.

Reply via email to