Why apache doesn't restart after configuring SSL?
- by poz2k4444
I've installed apache2 and then configure it to work with SSL following this and this tutorials, the problem becomes when I try to restart the service, the following error throws:
(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
the output of netstat -anp | grep 443 just display firefox listening and anything else, how could I solve this and get the service running??