From owner-freebsd-questions@FreeBSD.ORG Fri Jun 2 02:03:48 2006 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 4A54E16A57A for ; Fri, 2 Jun 2006 02:03:48 +0000 (UTC) (envelope-from mfitzgerald@pacific.net.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E2343D46 for ; Fri, 2 Jun 2006 02:03:47 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 4412 invoked by uid 507); 2 Jun 2006 12:03:45 +1000 Received: from 28.101.233.220.exetel.com.au (HELO ?192.168.1.100?) (220.233.101.28) by jay.exetel.com.au with SMTP; 2 Jun 2006 12:03:45 +1000 Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <20060602005613.DDBF843D4C@mx1.FreeBSD.org> References: <20060602005613.DDBF843D4C@mx1.FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Fri, 2 Jun 2006 12:03:45 +1000 To: freebsd-questions@FreeBSD. ORG X-Mailer: Apple Mail (2.623) Cc: Subject: Re: troubleshooting network settings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 02:03:51 -0000 On 02/06/2006, at 10:54 AM, Steve Bertrand wrote: > >>> Take a look at the 'ServerName' directive in your >> httpd.conf file. Try >>> uncommenting said directive, and put your IP address beside it. >> >> This line is already in place >> >> ServerName 127.0.0.1:80 > > What about something like: > > ServerName 192.168.1.10:80 That works for the numbered address, though it is extremely slow, about a minute to respond and virtual hosting doesn't work. At this point Apache is running but localhost loopback address is lost. malcolm