From owner-cvs-ports@FreeBSD.ORG Fri Apr 11 17:12:16 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1EF31065704; Fri, 11 Apr 2008 17:12:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B72028FC1B; Fri, 11 Apr 2008 17:12:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3BHCGS1054819; Fri, 11 Apr 2008 17:12:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3BHCG99054818; Fri, 11 Apr 2008 17:12:16 GMT (envelope-from miwi) Message-Id: <200804111712.m3BHCG99054818@repoman.freebsd.org> From: Martin Wilke Date: Fri, 11 Apr 2008 17:12:16 +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 Makefile ports/www/pear-HTTP_FloodControl Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 17:12:16 -0000 miwi 2008-04-11 17:12:16 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pear-HTTP_FloodControl Makefile distinfo pkg-descr Log: The HTTP_FloodControl package can be used to detect and protect a Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, session ID or other unique identifier. The detection of flood is determine according to a set of parameters indicating the maximal allowed number of requests for the certain time interval. It is possible to set several parameters at once in order to perform more effective protection. The package uses various storage containers (regular files, DB, MDB, MDB2) to handle counter logs. WWW: http://pear.php.net/package/HTTP_FloodControl/ PR: ports/119999 Submitted by: Ditesh Shashikant Gathani Revision Changes Path 1.2015 +1 -0 ports/www/Makefile 1.1 +49 -0 ports/www/pear-HTTP_FloodControl/Makefile (new) 1.1 +3 -0 ports/www/pear-HTTP_FloodControl/distinfo (new) 1.1 +17 -0 ports/www/pear-HTTP_FloodControl/pkg-descr (new)