<div>Does anyone have experience in Apache creating a SSL site along with a normal http website via NameVirtualHost. I am trying but it only gives the default_virtual_host for the SSL site. I configure my virtual host that I want to be a ssl site like the following.
</div>
<div>&nbsp;</div>
<div>
<p>&lt;VirtualHost *:443&gt;<br>&nbsp;&nbsp;&nbsp; ServerAdmin&nbsp;<a href="mailto:myname@www.g.com">myname@www.g.com</a><br>&nbsp;&nbsp;&nbsp; ServerName <a href="http://www.g.com">www.g.com</a><br>&nbsp;&nbsp;&nbsp; DocumentRoot /home/myname/public_html/download</p>
<p>&lt;/VirtualHost&gt;<br></p></div>
<div>Any help would be greatly appreciated.<br clear="all"><br>-- <br>mB. </div>