From owner-cvs-all@FreeBSD.ORG Wed May 10 14:21:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D6416A402; Wed, 10 May 2006 14:21:12 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC91943D45; Wed, 10 May 2006 14:21:11 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4AELBNc007335; Wed, 10 May 2006 14:21:11 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4AELBmN007330; Wed, 10 May 2006 14:21:11 GMT (envelope-from ache) Message-Id: <200605101421.k4AELBmN007330@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 10 May 2006 14:21:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_limitipconn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 14:21:12 -0000 ache 2006-05-10 14:21:10 UTC FreeBSD ports repository Modified files: www/mod_limitipconn Makefile distinfo Log: Use non-default WITH_CONNECTION_COUNT_FIX option which fix following bug using Scott's Barta contributed version from official site: In standard version _all_ connections with the same IP counted through scoreboard, despite file type. So, if you set limit 3 to, say, video/avi type and open 3 connections to unlimited .html or .jpeg, next 1 connection to video/avi will be rejected (since all, even unlimited connections are counted through scoreboard) Approved by: >2 weeks maintainer timeout Revision Changes Path 1.8 +11 -0 ports/www/mod_limitipconn/Makefile 1.4 +3 -0 ports/www/mod_limitipconn/distinfo