Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40328 invoked from network); 23 May 2004 21:15:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 May 2004 21:15:56 -0000 Received: (qmail 35979 invoked by uid 500); 23 May 2004 21:15:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 35954 invoked by uid 500); 23 May 2004 21:15:42 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 35928 invoked by uid 98); 23 May 2004 21:15:42 -0000 Received: from mark.lowe@boxstuff.com by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(80.180.18.128):. Processed in 0.719845 secs); 23 May 2004 21:15:42 -0000 X-Qmail-Scanner-Mail-From: mark.lowe@boxstuff.com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(80.180.18.128):. Processed in 0.719845 secs) Received: from unknown (HELO mark.local) (80.180.18.128) by hermes.apache.org with SMTP; 23 May 2004 21:15:41 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mark.local (Postfix) with ESMTP id 71CA02FC1FF for ; Sun, 23 May 2004 23:15:32 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <17DF826362DCED48BFD8117475C5672B02645108@mostls1msgusr02.itservices.sbc.com> References: <17DF826362DCED48BFD8117475C5672B02645108@mostls1msgusr02.itservices.sbc.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <52DEB776-ACFE-11D8-B868-0003937DAEC0@boxstuff.com> Content-Transfer-Encoding: 7bit From: Mark Lowe Date: Sun, 23 May 2004 23:15:31 +0200 To: users@httpd.apache.org X-Mailer: Apple Mail (2.613) X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] ip aliases vhosts X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 23 May 2004, at 23:05, PINNI, BALANAND (SBCSI) wrote: > I have SSL but one per box. > > Now I have Vanitive URL i.e Aliased to network interface with ifconfig > cmd is unix. > So you can create multiple aliases on same physical network > to access apache on the web with alias. Yep that's all done > You need to set this is your DNS > server too from Unix point of view. This is where i think things are wrong, which I'm still looking into. Problem is that the domain name resolves to the ip alias and not the real ip. But I guess this is an apache list not a dns one. > > Now set virtual host for each alias on 443 with Listen 443 i.e. several > stanzas. > > It will work. That in itself helps. Thanks > > Stop and start apache .See logs for any errors if any. I have been.. > > Good luck. > > Thanks > Balanand Pinni > > -----Original Message----- > From: Mark Lowe [mailto:mark.lowe@boxstuff.com] > Sent: Sunday, May 23, 2004 3:58 PM > To: > Subject: [users@httpd] ip aliases vhosts > > > Hello > > I started a thread on this some time ago, and while I appreciated the > help that was given I still haven't managed to configure things as I've > tried. > > I'd really appreciated hearing from anyone who has this working, rather > than just understanding the principles as I understand what the docs > are saying what I should be able to do, but still cant find a way of > getting it running. > > I've created several ip aliases > > 10.0.0.10, 10.0.0.11, 10.0.0.12 > > Listen *:80 > Listen *:443 > > I've tried the following variations. > NameVirtualHost * > and > NameVirtualHost *:80 > NameVirtualHost *:443 > and > NameVirtualHost 10.0.0.10 > NameVirtualHost 10.0.0.11 > NameVirtualHost 10.0.0.12 > and > NameVirtualHost 10.0.0.10:80 > NameVirtualHost 10.0.0.11:80 > NameVirtualHost 10.0.0.12:80 > NameVirtualHost 10.0.0.10: 443 > NameVirtualHost 10.0.0.11: 443 > NameVirtualHost 10.0.0.12: 443 > > And virtual hosts > > > ServerName www.foo.com > ... > > ServerName www.foo.com > > and so on. > > I need to have this running so I can have multiple ssl certs being > served from the same box. So wildcarding so Joey's example wont work in > this case. > > Someone must have this working, I've read a few bits and pieces on > doing this. But something just isn't playing the game . > > Many thanks > > Mark > > > > > > --------------------------------------------------------------------- > 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 > > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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