From owner-freebsd-questions@FreeBSD.ORG Mon May 19 20:22:40 2003 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 3AF8437B401 for ; Mon, 19 May 2003 20:22:40 -0700 (PDT) Received: from host02.ipowerweb.com (host02.ipowerweb.com [12.129.206.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB33D43F75 for ; Mon, 19 May 2003 20:22:39 -0700 (PDT) (envelope-from alpetec@host02.ipowerweb.com) Received: from alpetec by host02.ipowerweb.com with local (Exim 3.36 #1) id 19Hxhz-0000eV-00; Mon, 19 May 2003 20:22:36 -0700 From: "Aaron Peterson" To: "Paul Miller" , freebsd-questions@freebsd.org X-Mailer: NeoMail 1.25 X-IPAddress: 139.55.49.242 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Mon, 19 May 2003 20:22:36 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host02.ipowerweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [33877 2452] / [33877 2452] X-AntiAbuse: Sender Address Domain - host02.ipowerweb.com Subject: Re: freebsd4.8 + apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@alpete.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2003 03:22:40 -0000 add your machine's dns name to httpd.conf like: ServerName server01.mydomain.com and also maybe add an entry for it in your /etc/hosts file like: 203.203.202.55 server01.mydomain.com server01 if that doesn't solve things, i'm not sure what will :) aaron > I'm probably doing something silly but I cannot seem to get this working. > > Installed freebsd4.8 and apache1.3. PC is located in LAN and gave PC host > name. Full domain name was therefore pcname.domain.*.* .... > > Within the LAN the PC is probably known as something else (this could be the > issue however). > > When I try to run httpd I get the following error : > mod_unique_id: unable to gethostbyname("pcname.domain.*.*") > > Email archives have some assistance but it is in German. Any assistance > would be greatly appreciated. > > Thanks, > > Paul > > Can you please cc the reply since I'm not subscribed under this e-mail > address. > > _________________________________________________________________ > Download MSN Messenger @ http://messenger.xtramsn.co.nz - talk to family > and friends overseas! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > --