From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 16:32:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0351016A41F for ; Mon, 19 Sep 2005 16:32:51 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E91843D45 for ; Mon, 19 Sep 2005 16:32:50 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so11730nzk for ; Mon, 19 Sep 2005 09:32:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CrV4tWx0/1MH4jK2B0HpWui9gI5wU9dqDhburG8Q+sCxH1cc4gJtEauteFOrTC6I6bTjEPIDoRIHP2E7BPwx3QGF67vXJEIGYg0Jepbi9V9OuVuU5g055YsugGMoLyZ928epUQVq7FXKXTpAi5rANZMi6EQQldzWcARmZ8YGMcE= Received: by 10.37.14.48 with SMTP id r48mr2553354nzi; Mon, 19 Sep 2005 09:32:49 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Mon, 19 Sep 2005 09:32:48 -0700 (PDT) Message-ID: <45d750d2050919093243341bd1@mail.gmail.com> Date: Mon, 19 Sep 2005 12:32:48 -0400 From: Aaron Peterson To: carstea.catalin@gmail.com, FreeBSD Questions In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <45d750d205091909177c9c685@mail.gmail.com> Cc: Subject: Re: Many name - same IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dopplecoder@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 16:32:51 -0000 On 9/19/05, Carstea Catalin wrote: > i must setup in zone file >=20 > blog1 CNAME blogspot > blog2 CNAME blogspot > blog3 CNAME blogspot >=20 > and in httpd.conf >=20 > > > >=20 > > > I believe you will want something more like the following: NameVirtualHost 66.102.155.101:80 ServerName blog1.blogspot.com DocumentRoot /var/www/blog1 ServerName blog2.blogspot.com DocumentRoot /var/www/blog2 There is plenty of documentation about Name Based Virtual Hosts on the apache.org website. You should look there for further information.=20 If you use IRC, you can also look for help on irc.freenode.net #apache. Aaron