Multiple subdomains, SSL on only one using port 80
        Posted  
        
            by 
                Emil Flink
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Emil Flink
        
        
        
        Published on 2012-12-05T09:22:57Z
        Indexed on 
            2012/12/05
            11:08 UTC
        
        
        Read the original article
        Hit count: 337
        
I am running a Apache2 server with three subdomains defined in separate files in /etc/apache2/sites-available
I need ONE of those subdomains to be SSL-secured on port 80 for an application to work. Port 80 is required due to circumstances out of my control. The other subdomains are also on port 80.
Now, when all subdomains are enabled in Apache the SSL-subdomain is NOT running SSL. If I disable the other subdomains SSL on the SSL-subdomain WORKS.
Is there a way to fix this?
© Server Fault or respective owner