Hi,
> I assume you already have all the fancy SSL directives which are in the
> default config file that comes with the distribution.
Ok.
> I also assume you already know Apache but want to know how to set up SSL
> virtual hosts. One word of advice DO NOT try to use name-based virtual
> hosting with SSL virtual hosts - it doesn't work!
Thanks I first try with named-based virtuals hosts
>
> <VirtualHost 192.168.200.1:443>
> ServerName ssl.fruit.com
> DocumentRoot /home/ssl
> SSLEngine On
> SSLCertificateFile /apache_conf_dir/ssl.crt/your_site.crt
> SSLCertificateKeyFile /apache_conf_dir/ssl.key/your_site.key
> </VirtualHost>
Your example is very useful.
BUT when I try here Apache won't start because of the "SSLEngine on" line I do
not try yet to add SSLCertificate lines.
Why ?
Thanks a lot
Pablo
I also use SSLRequireSSL directive elsewhere and It seems to work.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]