From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 18:32:00 2004 Return-Path: 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 35D1C16A4CE for ; Wed, 24 Nov 2004 18:32:00 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3BB943D48 for ; Wed, 24 Nov 2004 18:31:59 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so430202wra for ; Wed, 24 Nov 2004 10:31:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=RgO2RfLK9vlIa2kAo9S7O6dNSiJXUN4rPZ6q8IfgNAsTun865AmHihPdEb7WS8xXdceurSBOmoW+n3kvpHeohQhFZtGndaPWEs58hAz0smTrzLqkcMdM6LBH95cClLmymb0gDMV4T1gVSs60WvAlrHpdGJkfvypbXeLeGNjlses= Received: by 10.54.3.44 with SMTP id 44mr127514wrc; Wed, 24 Nov 2004 10:30:18 -0800 (PST) Received: by 10.54.11.34 with HTTP; Wed, 24 Nov 2004 10:30:18 -0800 (PST) Message-ID: Date: Wed, 24 Nov 2004 12:30:18 -0600 From: Joshua Lokken To: Dick Davies In-Reply-To: <20041124163502.GK12945@lb.tenfour> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41A4B753.000025.00186@camay.yandex.ru> <20041124163502.GK12945@lb.tenfour> cc: FreeBSD Questions Subject: Re: httpd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 18:32:00 -0000 On Wed, 24 Nov 2004 16:35:02 +0000, Dick Davies wrote: > * metallarch [1131 16:31]: > > > > > > I made a virtualhost on apache 2.0 .. > > Here is my configs > > rc.conf: > > gateway_enable="yes" > > ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" > > ifconfig_rl0_alias0="inet 192.168.1.35 netmask 255.255.255.0" Perhaps I'm 'whacked', but I believe the alias(es) for your NIC need to have a netmask of all 1s. ifconfig_rl0="inet xxx.xxx.xxx.xxx netmask 255.255.255.0" ifconfig_rl0_alias0="inet xxx.xxx.xxx.xxx netmask 255.255.255.255" Please correct me if I'm wrong. This may not be what's causing you problems, but something that jumped out at me. -- Joshua Lokken Open Source Advocate