> "it's usually most simples to run a single instance where you enable SSL
> only for those virtual hosts that need it. " 
> 
> But it does not talk about making all this for only the main server.

at the end of the config, just use two virtual host sections, one on port
80 without SSL, one on port 443 with SSLEngine On.
put the other options before that sections (i.e. Directory, Logfiles
etc.), then both servers will use that (same) options, and you should get
what you want: two "symetric" virtual hosts.

> And by the way, no harm wanted, but this Certificate thing is quite a
> nightmare to configure... at least on my system. 

Just read the mod_ssl documentation, there you'll find a very good
explantation! There's a nice HowTo Chapter!

oki,

Steffen

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to