From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 21:39:21 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 B400316A4CE for ; Sun, 20 Feb 2005 21:39:21 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A85243D5C for ; Sun, 20 Feb 2005 21:39:21 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sun, 20 Feb 2005 15:39:22 -0600 Message-ID: <42190384.7090500@daleco.biz> Date: Sun, 20 Feb 2005 15:39:16 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris References: <73429203-8380-11D9-9642-003065CA9E5A@maxify.com> <4218F8C2.6050603@makeworld.com> In-Reply-To: <4218F8C2.6050603@makeworld.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Feb 2005 21:39:23.0094 (UTC) FILETIME=[A46A0F60:01C51794] cc: freebsd-questions@freebsd.org cc: Scott Stevenson Subject: Re: Partial web page loading 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: Sun, 20 Feb 2005 21:39:21 -0000 Chris wrote: > Scott Stevenson wrote: > >> I'm a relatively new user of FreeBSD (5.3 release), and have >> encountered a problem that I haven't seen on other platforms. The >> details and a screenshot are outlined here: >> >> http://theocacao.com/document.page/82 >> >> Essentially, web content (text and images alike, it seems) >> occasionally fails to load in entirety. I personally haven't be >> able to recreate this yet, but a few people have sent me >> emails about it. I didn't hear anything about this prior to >> switching to FreeBSD. This is the exact same content I had >> running on a Red Hat-based machine running the same version of Apache. >> >> I've done a lot of googling and looking through mailing list >> archives, but haven't been able to identify any real leads yet. >> Syslog doesn't suggest anything is amiss. My environment is: >> >> FreeBSD 5.3-Release >> Apache 2.0.50 >> PHP 5.0.2 >> BIND 9.3.0 >> >> Both Apache and PHP were built from ports. I realize >> Apache is a few versions behind, and I'm going to upgrade it. >> Looking at the changelog, though, I can't seem to find >> anything that would pertain to this. >> >> Any ideas? > > > > See if the issue continues. Is it only certain days? Certain hours? > From certain locales? I would not be surprised if it clears up. If > it does, chalk it up to your ISP Are we understanding correctly that it's the server at issue? Pages from theocacao.com are looking fine here. On cocoadevcentral.com, the article I looked at seemed fine; however, the right sidebar/navbar seemed truncated. I felt sure it was a rendering/CSS bug, though. I'd sure keep an eye on: top(1) /var/log/httpd-access.log /var/log/httpd-error.log Is there any pattern to these "misloaded" pages? Kevin Kinsey