How to configure multiple subdomain with SSL in Apache?
问题 Configuration: Debian Apache2 Wildcard SSL for: *.example.com subdomain: a.example.com, b.example.com. 1 dedicated server Websites are in NodeJS (ProxyPass...) For now, i'm able to get a.example.com to work. But how i can make a.example.com AND b.example.com working on the same server ? /etc/apache2/site-enable/a.example.com.conf <VirtualHost *:80> ServerName a.example.com Redirect permanent / https://a.example.com </VirtualHost> <VirtualHost *:80> ServerName www.a.example.com Redirect