Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 60087 invoked from network); 3 Jul 2008 17:21:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 17:21:24 -0000 Received: (qmail 80249 invoked by uid 500); 3 Jul 2008 17:20:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 80229 invoked by uid 500); 3 Jul 2008 17:20:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 80218 invoked by uid 99); 3 Jul 2008 17:20:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 10:20:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jmedina@e-dialog.com designates 64.28.75.202 as permitted sender) Received: from [64.28.75.202] (HELO corp-mail.e-dialog.com) (64.28.75.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 17:20:02 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 3 Jul 2008 13:20:00 -0400 Message-ID: <9DD36C99332AB7438F8D73C048D8C62C010B3BFA@sneezy.ad.e-dialog.com> In-Reply-To: <9DD36C99332AB7438F8D73C048D8C62C010B3BF7@sneezy.ad.e-dialog.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Running a cluster of Apache Thread-Index: AcjdLl/AwftP29LpS/6e6P/vstSFUgAAYgBQ References: <9DD36C99332AB7438F8D73C048D8C62C010B3BF7@sneezy.ad.e-dialog.com> From: "Jorge Medina" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Running a cluster of Apache I think I should add more details: Lets assume that I have a cluster of machines running Apache: webapp0.eng.mydomain.com webapp1.eng.mydomain.com webapp2.eng.mydomain.com ... webappN.eng.mydomain.com All of those instances of Apache are front-ended by a load balancer (a = switch) that redirects all requests to services.mydomain.com to a member = of the cluster. But, if the communication is HTTP over SSL, what configuration is = required so that the same certificate issued to services.mydomain.com = can be used by all member of the cluster? Can I use a ServerName = (services.mydomain.com) that does not match the name of the server = (webappX.eng.mydomain.com)? Or do I require a entry? Thank you. ________________________________________ From: Jorge Medina [mailto:jmedina@e-dialog.com]=20 Sent: Thursday, July 03, 2008 1:01 PM To: users@httpd.apache.org Subject: [users@httpd] Running a cluster of Apache=20 Hi,=20 =A0 I want to run an application in a cluster of apache servers, all of = them accessible at the same URL. =A0 I also want to use SSL.=20 Is it possible to use the same ServerName for all the servers in my = cluster? Would SSL work? Or=20 Do I need to define a and put the certificate and key = under this host?=20 Thanks -Jorge --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org