prevent https access to NBVH ?
am 28.12.2004 14:51:04 von didier BelotHello,
Thank you all for reading and helping!
*** Yes, I know NBVH can't each have SSL access, thanks! ;-) ***
But, for now, my config permit to type
https://vhost2.domain.tld/
and see the content of www.domain.tld, which is the default SSL host.
Using apache 1.3.33, mod_ssl 2.8.22
The conf:
Listen 80
Listen 443
Port 443
ServerName www.domaine.tld
DocumentRoot /var/www/secure
SSLEngine off
....
NameVirtualHost *:80
ServerName www.domain.tld
DocumentRoot /var/www/secure
SSLEngine on
ServerName vhost1.domain.tld
DocumentRoot /var/www/vhost1
ServerName vhost2.domain.tld
DocumentRoot /var/www/vhost2
--=20
Didier Belot
D=E9couvrez Firefox!=20
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org