From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 22:01:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF023106564A for ; Fri, 21 Jan 2011 22:01:24 +0000 (UTC) (envelope-from bmettee@pchotshots.com) Received: from mail.pchotshots.com (mail.pchotshots.com [12.172.123.237]) by mx1.freebsd.org (Postfix) with ESMTP id 87D868FC08 for ; Fri, 21 Jan 2011 22:01:24 +0000 (UTC) Received: (qmail 27083 invoked by uid 89); 21 Jan 2011 22:01:23 -0000 Received: from unknown (HELO ?12.172.123.228?) (bmettee@pchotshots.com@12.172.123.228) by mail.pchotshots.com with ESMTPA; 21 Jan 2011 22:01:23 -0000 Message-ID: <4D3A0235.2020104@pchotshots.com> Date: Fri, 21 Jan 2011 17:01:25 -0500 From: Brad Mettee User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Gary Kline , FreeBSD Mailing List References: <20110120214908.GA9510@thought.org> <4D3984B1.10709@herveybayaustralia.com.au> <20110121215546.GB8809@thought.org> In-Reply-To: <20110121215546.GB8809@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: no apache22, php5 cores 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: Fri, 21 Jan 2011 22:01:25 -0000 Gary Kline wrote: > Everything seems to be working except that > > % lynx http://www.thought.org/ > > times out. Oh, and I haven't tried host thought.org yet. It > may be my latest bind97 since bind9 had an en-of-life recently. > Have you tried?: nslookup www.thought.org If it resolves, then bind9 isn't your problem. Try this instead and see what happens: telnet www.thought.org 80 Also, netstat should show port 80 open and waiting for a connection too. Hope this helps, Brad