Why doesn't apache restart after configuring SSL?
        Posted  
        
            by 
                poz2k4444
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by poz2k4444
        
        
        
        Published on 2012-10-03T02:36:21Z
        Indexed on 
            2012/10/03
            9:39 UTC
        
        
        Read the original article
        Hit count: 345
        
I've installed apache2 and then configured it to work with SSL following this and this tutorials, the problem becomes when I try to restart the service, I get the following error:
(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??
© Server Fault or respective owner