Hi Tony,

Do you have a Listen directive? I kind of assumed you would have that
already (probably should've mentioned it...). You don't really need it
for port 80 since that is the default for HTTP and Apache obviously
knows about it but you definately need it for port 443! (and any other
ports you use).

You must put;

NameVirtualHost XXX.XXX.XXX.XXX:80

Listen XXX.XXX.XXX.XXX:80     
<VirtualHost XXX.XXX.XXX.XXX:80>
   ServerName www.mydomain.com
</VirtualHost>

Listen XXX.XXX.XXX.XXX:443
<VirtualHost XXX.XXX.XXX.XXX:443>
   ServerName secure.mydomain.com
</VirtualHost>

Hope that helps,

Owen Boyle.
-- 
SWX Swiss Exchange,  10 Cours de Rive, 1211 Geneve 3
--------------------------+-------------------------
Phone: +41 (0)22 849 5648 | Fax: +41 (0)22 849 5643
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to