From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 10:00:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8A48316B81E for ; Thu, 1 Jun 2006 10:00:59 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 175F443D83 for ; Thu, 1 Jun 2006 10:00:59 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fljz0-0001TR-5s for freebsd-questions@freebsd.org; Thu, 01 Jun 2006 12:00:50 +0200 Received: from panix2.panix.com ([166.84.1.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jun 2006 12:00:50 +0200 Received: from mark.evenson by panix2.panix.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jun 2006 12:00:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Mark Evenson Date: Thu, 01 Jun 2006 12:00:38 +0200 Lines: 23 Message-ID: <447EBAC6.20803@gmx.at> References: <20060531133230.7D73943D6B@mx1.FreeBSD.org> <192c377948a2a44244956738249837e4@pacific.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: panix2.panix.com User-Agent: Thunderbird 1.5.0.2 (X11/20060518) In-Reply-To: <192c377948a2a44244956738249837e4@pacific.net.au> Sender: news Subject: Re: troubleshooting network settings 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: Thu, 01 Jun 2006 10:01:09 -0000 Malcolm Fitzgerald wrote: > > On 31/05/2006, at 11:30 PM, Steve Bertrand wrote: > >> >> Take a look at the 'ServerName' directive in your httpd.conf file. Try >> uncommenting said directive, and put your IP address beside it. > > This line is already in place > > ServerName 127.0.0.1:80 I can confirm this behavior with www/apache22 for a FBD_6_1 machine not in DNS. My solution: I commented out the load of mod_unique_id in httpd.conf making everything work just fine. Looking at the documentation of mod_unique_id convinced me that I would only need it for some sort of server-side application that could not provide itself with a concept of a session. I haven't dug into the mod_unique_id code to find out what it is trying to resolve.