Is it possible to configure Apache to deploy ssl and not ssl sites?

2

The question I have is how to configure an Apache server to deploy several sites, some with ssl certificate and others without ssl certificate.

Let's say I have the following sites: dominio1.com, dominio2.com and dominio3.com. The situation would be the following: the site domain2.com is going to implement a ssl certificate, but domains 1 and 3 do not.

What would be the best practice for apache to deploy the sites under these conditions and that when browsing link do not take the certificate of domain 2?

    
asked by Leonardo Guerrero 16.03.2018 в 17:45
source

0 answers