"Andrew V. Sirotkin" wrote: > > 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?
This is correct behaviour - what do you want to happen? Do you want to get the SSL site via plain HTTP (port 80) as well? Rgds, Owen boyle. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
