Bug 119999 - New port: www/pear-FloodControl PEAR classes to detect and protect from attempts to flood a site
Summary: New port: www/pear-FloodControl PEAR classes to detect and protect from attem...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-26 11:10 UTC by Ditesh Shashikant Gathani
Modified: 2008-04-11 18:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.92 KB, text/plain)
2008-01-26 11:10 UTC, Ditesh Shashikant Gathani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ditesh Shashikant Gathani 2008-01-26 11:10:00 UTC
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/

Fix: shar file, as attached.

Patch attached with submission follows:
How-To-Repeat: Not applicable.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-26 11:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-04-02 23:40:01 UTC
Responsible Changed
From-To: miwi->beech

beech will take over.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-04-11 18:12:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-11 18:12:22 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"