I have a web server that has a domain name sub.mydomain.com, and I have installed multiple WordPress sites in /www/html/, hence, I have a few sites with the same domain name. For e.g. sub.mydomain.com/site1, sub.mydomain.com/site2 and sub.mydomain.com/site3.
The sites all run on the apache default virtual host conf file.
Now that I plan to enable SSL for few of the sites and I encountered an issue because there is only one conf for all sites. I am not sure how separate each site and create a conf for each of the sites so that I can control which sites will be SSL enabled and which sites will not.
Would this be possible? Any advices would be appreciated!