Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Listen 10.1.2.3:443

<VirtualHost 10.1.2.3:443>
....(some more stuff here)


SSLEngine On 
SSLAppName QIBM_HTTP_SERVER_APACHE 
SSLServerCert Example1


ServerName example1.com
...(some more stuff here)
</VirtualHost>

<VirtualHost 10.1.2.3:443> 
...(some more stuff here)


SSLEngine On 
SSLAppName QIBM_HTTP_SERVER_APACHE 
SSLServerCert Example2


ServerName example2.com
...(some more stuff here)
</VirtualHost>


Warning
Please remember that if the Virtual Host was created in the Zend Server UI, you should modify the template in the UI, and not go directly to the include file to edit it there.