From owner-freebsd-net@FreeBSD.ORG Sun Aug 10 09:06:28 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17F637B401 for ; Sun, 10 Aug 2003 09:06:28 -0700 (PDT) Received: from hoolan.org (db217.csie.ncu.edu.tw [140.115.50.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E30243F3F for ; Sun, 10 Aug 2003 09:06:23 -0700 (PDT) (envelope-from freebsd@hoolan.org) Received: from hoolan.org (localhost [127.0.0.1]) by hoolan.org (8.12.9/8.12.9) with ESMTP id h7AG6LWU049578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Aug 2003 00:06:21 +0800 (CST) (envelope-from freebsd@hoolan.org) Received: from localhost (jeff@localhost) by hoolan.org (8.12.9/8.12.9/Submit) with ESMTP id h7AG6Kdu049575 for ; Mon, 11 Aug 2003 00:06:21 +0800 (CST) (envelope-from freebsd@hoolan.org) Date: Mon, 11 Aug 2003 00:06:20 +0800 (CST) From: Yung-Sheng Tang X-X-Sender: jeff@hoolan.org To: freebsd-net@freebsd.org Message-ID: <20030810235327.S49254-100000@hoolan.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Apache 1.3.28 fail to timeout idle keep-alive connection X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 16:06:29 -0000 Hello, After upgrading from Apache 1.3.27 to 1.3.28 (using ports), I notice memory utilization increases a lot, because httpd does not terminate some of idle keep-alive connection. It can not be re-produced with interactive talking to httpd yet. I have default Timeout and KeepaliveTimeout setting in httpd.conf. Any one else has the same situation there? I don't subscribe to the list, so any input please CC me as well. Thank you. -jeff