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?