Hello, All!

I want to use some VirtualServers on port 80 and _default_
VirtualServer on 443 on demand. I used

<ifDefine SSL>
Listen 80     
Listen 443    
</ifDefine>
...
NameVirtualHost host.net:80
...
<VirtualHost _default_:443>
    SSLEngine on
    .....
</VirtualHost>
...
<VirtualHost VServer:80>
     .....
</VirtualHost>

When I brows host.net by 443 I get a good result (certificate & etc.)
When I attempt to connect by 80 port to _default_ I get VServer.
How can I solve this task?

Thanks for a help...

Andrew V. Sirotkin
mailto:[EMAIL PROTECTED]
7(41322)97498


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to