Package : perl-CGI-Application-Plugin-RateLimit > RPM : perl-CGI-Application-Plugin-RateLimit-1.0.0-11.mga7.src.rpm

Basic items

Name perl-CGI-Application-Plugin-RateLimit
Version 1.0.0
Release 11.mga7
URL http://search.cpan.org/dist/CGI-Application-Plugin-RateLimit
Group Development/Perl
Summary Limits runmode call rate per user
Size 11KB
Arch noarch
License GPL+ or Artistic

Description

This module provides protection against a user calling a runmode too
frequently. A typical use-case might be a contact form that sends email.
You'd like to allow your users to send you messages, but thousands of
messages from a single user would be a problem.

This module works by maintaining a database of hits to protected runmodes.
It then checks this database to determine if a new hit should be allowed
based on past activity by the user. The user's identity is, by default,
tied to login (via REMOTE_USER) or IP address (via REMOTE_IP) if login info
is not available. You may provide your own identity function via the
identity_callback() method.

To use this module you must create a table in your database with the
following schema (using MySQL-syntax, although other DBs may work as well
with minor alterations):

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-19 06:22:18
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie