From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 06:43:45 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 1D2F316A4CF for ; Thu, 17 Jun 2004 06:43:45 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8067843D5A for ; Thu, 17 Jun 2004 06:43:44 +0000 (GMT) (envelope-from junkmail@sensewave.com) Received: from tove (la3sg.net [217.13.29.172]) by mail.broadpark.no (Postfix) with ESMTP id 801D824E1; Thu, 17 Jun 2004 08:43:28 +0200 (MEST) From: "Kjell Midtseter" To: lwellis@mindspring.com Date: Thu, 17 Jun 2004 08:43:05 +0200 MIME-Version: 1.0 Message-ID: <40D15999.18450.453120@localhost> Priority: normal In-reply-to: <200406170029.26908.lwellis@mindspring.com> X-mailer: Pegasus Mail for Windows (v4.12a) Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@FreeBSD.org Subject: Re: Apache config error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 06:43:45 -0000 On 17 Jun 2004 at 0:29, Lee Ellis wrote: > The error log is as follows: > ############################ > [Sun Jun 13 18:18:32 2004] [alert] mod_unique_id: getaddrinfo failed > for "Ginger.Osoleon" (hostname nor servname provided, or not known) > [Mon Jun 14 04:53:41 2004] [alert] mod_unique_id: unable to > gethostbyname("Ginger.Osoleon") [Tue Jun 15 17:19:21 2004] [alert] > mod_unique_id: unable to gethostbyname("Ginger.Osoleon") [Tue Jun 15 > 17:23:58 2004] [alert] mod_unique_id: unable to > gethostbyname("Ginger.Osoleon") [Tue Jun 15 17:28:40 2004] [alert] > mod_unique_id: unable to gethostbyname("Ginger.Osoleon") [Tue Jun 15 Seems like the ServerName you selected is unknown to the DNS system. Maybe the answer to your question is in the comments to the ServerName definition in httpd.conf > # If your host doesn't have a registered DNS name, enter its IP address here. Otherwise if you prefer to use your "invented" host name, you may try to set up a local DNS server that will resolve it for you. - Kjell