From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 15:38:56 2005 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 060FF16A4CE for ; Thu, 17 Mar 2005 15:38:56 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E7AE43D4C for ; Thu, 17 Mar 2005 15:38:55 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j2HFcxb05243; Thu, 17 Mar 2005 07:38:59 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Pietro Cerutti" , "Lowell Gilbert" Date: Thu, 17 Mar 2005 07:38:49 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 In-Reply-To: Importance: Normal cc: FreeBSD Subject: RE: problem due to hostname change 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 Mar 2005 15:38:56 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Pietro Cerutti > Sent: Thursday, March 17, 2005 7:05 AM > To: Lowell Gilbert > Cc: FreeBSD > Subject: Re: problem due to hostname change > > No, this is not the problem. I searched in httpd.conf but I didn't > find anything concerning my . > When apache starts up if it don't have your hostname set in it's config file then it issues a system call asking what the hostname for the IP address is that is on your host. whatever it gets back it then uses to setup a default website. If you change the name of your host in /etc.rc.conf then it better also have been changed in any DNS servers that your system is using. > > I'm sure I didn't set my anywhere else than in rc.conf > Did you check /etc/hosts Ted