[lvs-users] Multiple domains with SSL inside a 2 machine cluster
Graeme Fowler
graeme at graemef.net
Fri Oct 19 00:15:08 BST 2007
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
Search lvs-users Archives
More information about the lvs-users
mailing list