On Sat, Jun 24, 2000, Thomas A. Halter wrote:

>   When I set them up that way, the 2nd one is always answered with the key
> for the first, causing a signature warning on the browser.  How do I avoid
> that?  IS there something special I have to do with the crt's?  keys?
> 
>   I've run several normal vhosts without incident or problem, it is just
> the secure ones that are getting me.
> 
> > > How do you run multiple secure domains on the same server?  I tried and it
> > > was not working and I could find no FAQ's or guidance on the subject.  I
> > > have two sites, with two seperate keys and crt's.  Can they run on the same
> > > server or must they run on seperate servers?
> > > I would appreciate any help that anyone can provide me.
> > 
> > They can be served by the same Apache run-time instance.  All you have to do
> > is configure separate <VirtualHosts> for the individual domains. See the
> > Apache documentation on virtual hosting for details, please.

If the 2nd is answered with the key of the 1st, then you are using name-based
virtual hosts and not IP-based virtual hosts. Read the mod_ssl FAQ why you
need IP-based virtual hosts.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to