LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] Multiple domains with SSL inside a 2 machine cluster

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [lvs-users] Multiple domains with SSL inside a 2 machine cluster
From: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Fri, 19 Oct 2007 00:15:08 +0100
On Wed, 2007-10-17 at 12:56 -0700, Michael Moody wrote:
> You said you got this to work:
<snip>

Ypu can have, and indeed *should* have, multiple "Listen" Directives in
your Apache config:

Listen 1.2.3.4
Listen 2.3.4.5:80
Listen 3.4.5.6:443
Listen 4.5.6.7:443

These then correspond to

<VirtualHost 1.2.3.4>

and so on, literally. For the first and second you may legitimately have
multiple VirtualHost blocks; for the third and fourth (unless you have
special certs doing wildcards or multiple domains) you should have only
one VirtualHost block each, which contain your SSL definitions.

Graeme



<Prev in Thread] Current Thread [Next in Thread>