From owner-freebsd-questions@FreeBSD.ORG Sat Sep 4 22:30:43 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CE9910656A7 for ; Sat, 4 Sep 2010 22:30:43 +0000 (UTC) (envelope-from fquest@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [207.34.147.83]) by mx1.freebsd.org (Postfix) with ESMTP id 227858FC1F for ; Sat, 4 Sep 2010 22:30:42 +0000 (UTC) Received: from [209.53.164.100] (helo=[192.168.1.6]) by mail.qcislands.net with esmtp (Exim 4.71) (envelope-from ) id 1Os0lg-000O92-26 for freebsd-questions@freebsd.org; Sat, 04 Sep 2010 14:59:25 -0700 Message-ID: <4C82C13B.7080108@paz.bz> Date: Sat, 04 Sep 2010 14:59:23 -0700 From: Jim Pazarena User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (100) Subject: proper way to setup laptop with apache22 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: Sat, 04 Sep 2010 22:30:43 -0000 I'm setting up a laptop with apache, just to play, basically. But apache doesn't like the fact that it can't resolve the lappy's hostname to an IP number and it will not load. The laptop gets its IP # via DHCP so it changes at various locations. I could use the localhost name & IP #, which should work. My laptop is named 'laptop' (laptop.mydomain.com) Is there a way to have the system utilize it's assigned IP #? Or do I have to change my apache config to "localhost" ? thanks.