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 _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
