Additional example of the brokeness. If you add a SSL directive to the 2nd vhost in your example - without the new MERGE feature:
> Am 10.04.2018 um 18:22 schrieb Joe Orton <[email protected]>: > > Listen 443 https > > <VirtualHost *:443> > ServerName www.example.com:443 > SSLCertificateFile ... > </VirtualHost> > > <VirtualHost *:443> > ServerName other.example.com:443 SSLEngine on > </VirtualHost> the certificate is also no longer visible there.
