From owner-freebsd-questions Thu Sep 26 4:26:51 2002 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 3BCB937B401 for ; Thu, 26 Sep 2002 04:26:49 -0700 (PDT) Received: from pressure.noc.uk.easynet.net (pressure.noc.uk.easynet.net [195.40.7.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E7343E65 for ; Thu, 26 Sep 2002 04:26:48 -0700 (PDT) (envelope-from marc.silver@uk.easynet.net) Received: by pressure.noc.uk.easynet.net (Postfix, from userid 1332) id 7A6776C801; Thu, 26 Sep 2002 12:26:45 +0100 (BST) Date: Thu, 26 Sep 2002 12:26:45 +0100 From: Marc Silver To: "Janine C. Buorditez" Cc: questions@freebsd.org Subject: Re: PostNuke running slow on FreeBSD Message-ID: <20020926112645.GB13753@uk.easynet.net> References: <20020926125918.086c31f4.johann@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020926125918.086c31f4.johann@broadpark.no> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, Out of interest, why are you using IPv6 support? Are you actually using it? I've personally had no experience with this, but perhaps that's the problem? A few things I would check: 1) See what the value for HostnameLookups is in httpd.conf -- I would suggest setting this to Off, as leaving it on can cause issues if your DNS server cannot resolve fast enough/at all. Does "/usr/local/sbin/apachectl configtest" show anything odd? 2) Try running a tcpdump to see if traffic is actually flowing freely... who knows, maybe you'll notice something odd. 3) What's the httpd process doing when it's supposed to be serving this page? Is something using lots of CPU/RAM while you're waiting for the page to load? Perhaps look at using truss to find out? 4) Have you looked at MySQL during this time? Try outputting MySQL's output/queries to a log file (--with-log=/tmp/mysql.log for eg iirc) and see what's going on there. 'show status' within MySQL can sometimes also provide good information. Hope this helps in some way. - Marc On Thu, Sep 26, 2002 at 12:59:18PM +0200, Janine C. Buorditez wrote: > Hi. > > I'm running PostNuke 0.72, Apache+IPv6 1.3.26, MySQL 3.23.49 and > mod_php4 4.2.3. > > My machine is a Pentium 120 with 16 MB RAM, so I don't expect much > from it. > > However I would expect it to take less than 15-20 minutes to serve me > a website, in this case PostNuke (http://www.terrabionic.com/nma). I > do not know what it is, nor does the PostNuke community. > > The installation went fair and fast enough. Once it was complete and I > wanted to access it, I had to wait 16 minutes for just the topic to > appear. > > > > tail /var/log/httpd-error.log [snip] > I haven't done much to configure Apache, MySQL or PHP. That should > result in this should it? > > Thanks > > --janine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message