Date: Fri, 11 Apr 2008 17:12:16 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/pear-HTTP_FloodControl Makefile distinfo pkg-descr Message-ID: <200804111712.m3BHCG99054818@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ditesh at gathani.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804111712.m3BHCG99054818>