From owner-freebsd-isp Thu Oct 5 9:43:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from coyote.broadwing.com (coyote.broadwing.com [216.141.207.119]) by hub.freebsd.org (Postfix) with ESMTP id E455E37B503 for ; Thu, 5 Oct 2000 09:43:40 -0700 (PDT) Received: (from nmj3e@localhost) by coyote.broadwing.com (8.11.1/8.11.1) id e95GhYf12784 for freebsd-isp@freebsd.org; Thu, 5 Oct 2000 12:43:34 -0400 Date: Thu, 5 Oct 2000 11:43:34 -0500 From: Nate Johnston To: freebsd-isp@freebsd.org Subject: Apache vhosts question Message-ID: <20001005114334.E12536@alumni.virginia.edu> Mail-Followup-To: freebsd-isp@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Operating-System: Linux X-NoSpam: You do not have consent to spam me. X-Copyright: This e-mail copyright 2000 by nmj3e@alumni.virginia.edu where applicable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to set up name-based virtual hosts on apache 1.3.12. No matter how many hosts I enter, apache only displays the first one in the configuration file. For example: NameVirtualHost 216.141.207.119 ServerName coyote.broadwing.com DocumentRoot /home/www/coyote.broadwing.com ServerName codesnake.com DocumentRoot /home/www/codesnake.com So when you go to codesnake.com (fictitious, I hope) I see only coyote.broadwing.com's page. What am I doing wrong? Thanks for the help, in advance. --N. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message