From owner-freebsd-performance@FreeBSD.ORG Wed Aug 17 12:13:46 2005 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DED116A41F for ; Wed, 17 Aug 2005 12:13:46 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26C843D49 for ; Wed, 17 Aug 2005 12:13:45 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so130243wra for ; Wed, 17 Aug 2005 05:13:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qHeKxyarCHikcmSk5q1egGNw2jvq5GwxLFGC4cZK2IrYjtgwD7G/5nVoISpbH0sXVSaiqlmKqGarOtHJZoBTY85ZxnBFaCS0mwEjyzsARVk/iz2HhYaADNaXmKGS0n92o5VkLK0RMAVttJF7vSXKyEpYwtMLbxcbKYMO91OQiqE= Received: by 10.54.40.20 with SMTP id n20mr396815wrn; Wed, 17 Aug 2005 05:13:45 -0700 (PDT) Received: by 10.54.144.11 with HTTP; Wed, 17 Aug 2005 05:13:45 -0700 (PDT) Message-ID: Date: Wed, 17 Aug 2005 14:13:45 +0200 From: Claus Guttesen To: Shane Ambler In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Mailing Lists Subject: Re: Slow apache response X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 12:13:46 -0000 > Apart from apache there is sendmail and ssh running (and the basics such = as > tty's, cron and syslog) >=20 > All pages are php. >=20 > Any ideas on how I can get response times up? Are you running apache 1.3 or 2.0? Is httpd.conf configured *not* to do reverse dns-look-up, 'HostnameLookups Off'. Try setting 'KeepAlive Off' if set to on. regards Claus