Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 20068 invoked from network); 2 Apr 2006 14:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Apr 2006 14:47:08 -0000 Received: (qmail 88940 invoked by uid 500); 2 Apr 2006 14:47:04 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 88878 invoked by uid 500); 2 Apr 2006 14:47:04 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 88867 invoked by uid 99); 2 Apr 2006 14:47:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2006 07:47:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bjorn@exoweb.net designates 221.122.43.98 as permitted sender) Received: from [221.122.43.98] (HELO fw.exoweb.net) (221.122.43.98) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2006 07:47:03 -0700 Received: from [192.168.0.22] (helo=[192.168.0.22]) by fw.exoweb.net with esmtp (Exim 3.36 #1 (Debian)) id 1FQ3qg-0006qI-00 for ; Sun, 02 Apr 2006 22:46:38 +0800 Mime-Version: 1.0 (Apple Message framework v746.3) References: <05B21FDB-4E95-4B43-A99A-3102AB92E557@exoweb.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: =?ISO-8859-1?Q?Bj=F8rn_Stabell?= Subject: mod_proxy_balancer connection pool limitation problem Date: Sun, 2 Apr 2006 22:46:09 +0800 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.746.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm suspecting a bug, but posting here first to make sure. I've got a backend server running at machine X (192.168.0.242) and Apache running at machine Y, and I'd like to restrict the number of connections Apache makes to the backend server, but so far without any luck. ProxyPass /zope http://192.168.0.242:7680/ max=2 timeout=1 acquire=1 ttl=1 I'm using mpm-worker, both machines are Linux machines. I thought Apache would make no more than 2 connections to the backend server, but lsof on the backend server shows something else: # lsof -i :7680 | wc -l 121 Any ideas? Rgds, Bjorn