From owner-freebsd-questions Thu Nov 15 14:31:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hemi.metrotv.com (hemi.metrotv.com [66.100.208.35]) by hub.freebsd.org (Postfix) with SMTP id 3CF8937B405 for ; Thu, 15 Nov 2001 14:31:48 -0800 (PST) Received: (qmail 80317 invoked by uid 1009); 15 Nov 2001 22:32:41 -0000 Received: from powerstroke.metrotv.com (HELO ?192.168.1.43?) (66.100.208.34) by hemi.metrotv.com with SMTP; 15 Nov 2001 22:32:41 -0000 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Thu, 15 Nov 2001 16:32:21 -0600 Subject: Re: Virtual Host From: Eric Long To: "Gerardo Amaya G." , Message-ID: In-Reply-To: <20011115222752.15925.qmail@web20102.mail.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > NameVirtualHost * > > > DocumentRoot /www/domain > ServerName www.domain.com > ... > > > > DocumentRoot /www/other > ServerName www.other.domain.com > ... > > > Ans restarted my web server, But I can not get to the > other.domain.com. I guess is something with DNS. > What is that I should do to make it work??? Does www.other.domain.com point to the web server that you are trying to host it on? % host www.other.domain.com Does it point to the IP that is bound to the box? If not, then it's a DNS issue, which apache has no control over. You'll need to add an address record for the hostname of www.other.domain.com. Do you host the DNS for the domain? -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message