<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> </div>
<div>
<p><VirtualHost *:443><br>    ServerAdmin <a href="mailto:myname@www.g.com">myname@www.g.com</a><br>    ServerName <a href="http://www.g.com">www.g.com</a><br>    DocumentRoot /home/myname/public_html/download</p>
<p></VirtualHost><br></p></div>
<div>Any help would be greatly appreciated.<br clear="all"><br>-- <br>mB. </div>