From owner-freebsd-newbies@FreeBSD.ORG Tue Oct 12 19:26:10 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CC516A4CE for ; Tue, 12 Oct 2004 19:26:09 +0000 (GMT) Received: from avs-1.com (ns1.avs-1.com [216.55.187.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD08E43D4C for ; Tue, 12 Oct 2004 19:26:09 +0000 (GMT) (envelope-from ltillner@avs-1.com) Received: from M2 (adsl-66-124-41-122.dsl.sktn01.pacbell.net [66.124.41.122]) by avs-1.com (8.12.6/8.12.6) with SMTP id i9CJQ8Sc021327 for ; Tue, 12 Oct 2004 12:26:09 -0700 (PDT) (envelope-from ltillner@avs-1.com) Message-ID: <000e01c4b091$646d2ec0$0601a8c0@M2> From: "Lynette Tillner" To: Date: Tue, 12 Oct 2004 12:26:31 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Basic-starting Apache Webserver Question X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 19:26:10 -0000 I've set up a test server in-house using FreeBSD 4.10. Now I'm trying = to start the apache web services and get the following error whenever I = try to start apache:=20 [Tue Oct 12 12:16:15 2004] [alert] mod_unique_id: unable to = gethostbyname("avs-2.com") and the server can't start.=20 This is an in house test server only, but I don't want to use = "localhost" or 127.0.0.1 because two of us use that on our Windows PC's = to test on Windows web server. =20 How can I fix this? I'm not finding what I need to change in the = httpd.conf file -- or do I need to set up some sort of fake DNS to see = this on my network?=20 Thanks for your help! Lynette