Is it possible to serve HTTP & HTTPS within one Virtual Host-
Configuration?

NameVirtualHost 123.123.123.123:80
NameVirtualHost 123.123.123.123:443
<VirtualHost www.domain.com:80 www.domain.com:443>
 ServerName www.domain.com
 SSLEngine on
 SSLCertificateFile /.../server.crt
 SSLCertificateKeyFile /.../server.key
 DocumentRoot /.../
</VirtualHost>

This won't work, because the SSLEngine is activated for Port 80 and 443.
Any ideas or have I to use two Virtual Host-Configurations - one for 80
and one for 443?

Thanks and Greetings,
 Alex


__________________________________________________________________
Do You Yahoo!?
Gesendet von Yahoo! Mail - http://mail.yahoo.de
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to