×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi all,
Working with a client that has need to run two SSL web sites (separate
domains) on the same iSeries. I have done two SSL domains before, but seem
to remember it requiring separate ports for each SSL cert. Is there a way
to use virtual hosts so requests coming in on
https://www.company1.com and
https://www.company2.com can both use port 443?
I would rather not switch the DNS over to the backup iSeries to test this,
so that is why I am asking you guys :-) Would the below work with both
virtual hosts listening on port 443?
<VirtualHost *:443>
ServerName <
http://www.company1.COM> WWW.company1.COM
DocumentRoot /www/company1/v1.0
DirectoryIndex index.html
SSLEngine On
SSLAppName QIBM_HTTP_SERVER_MYAPP1
</VirtualHost>
<VirtualHost *:443>
ServerName <
http://www.company2.COM> WWW.company2.COM
DocumentRoot /www/company1/v1.0
DirectoryIndex uindex.html
SSLEngine On
SSLAppName QIBM_HTTP_SERVER_MYAPP2
</VirtualHost>
TIA,
Aaron Bartell
http://mowyourlawn.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.