Hi,
 
   I have configured the following virtual host with ssl enabled. But I got keep the error from the browser stating that The page cannot be displayed using internet explorer.
 
Port 80
Listen 80
Listen 443
 
Servername www.domain.com
DocumentRoot "/home/domain"
<IfDefine SSL>
Listen 443
</IfDefine>
 
<VirtualHost 192.168.42:80>
 ServerName www.domain.com
 DocumentRoot "/home/domain"
</VirtualHost>
 
<VirtualHost 192.168.42:80>
 ServerName www.domain1.com
 DocumentRoot "/home/domain1"
</VirtualHost>
 
<VirtualHost 192.168.42:80>
 ServerName www.domain2.com
 DocumentRoot "/home/domain2"
</VirtualHost>
 
<VirtualHost 192.168.42:443>
 ServerName www.domain.com
 DocumentRoot "/home/domain"
</VirtualHost>
 
When I try http://www.domain.com/index.phtml.  Then the page can be displayed.  But when I try https://www.domain.com/index.phtml.  Then the error messages pops-up stating that "The page cannot be displayed".  Please point me out what the error is.  Thanks in Advance.
 
 
Thank you so much for your help
 
Mark Lo

Reply via email to