SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-CGI-Application-Plugin-RateLimit rpm build for : Mageia 8. For other distributions click perl-CGI-Application-Plugin-RateLimit.

Name : perl-CGI-Application-Plugin-RateLimit
Version : 1.0.0 Vendor : Mageia_Org
Release : 12.mga8 Date : 2020-02-12 04:58:00
Group : Development/Perl Source RPM : perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.src.rpm
Size : 0.02 MB
Packager : umeabot < umeabot>
Summary : Limits runmode call rate per user
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):

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/aarch64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.noarch.rpm
ftp.icm.edu.pl  perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.noarch.rpm
ftp.icm.edu.pl  perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.noarch.rpm
ftp.icm.edu.pl  perl-CGI-Application-Plugin-RateLimit-1.0.0-12.mga8.noarch.rpm
     

Provides :
perl(CGI::Application::Plugin::RateLimit)
perl-CGI-Application-Plugin-RateLimit

Requires :
perl >= 0:5.006
perl(CGI::Application) >= 4.0.0
perl(Carp)
perl(Class::Accessor) >= 0.250.0
perl(Class::Accessor::Fast)
perl(Test::More)
perl(base)
perl(strict)
perl(warnings)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-CGI-Application-Plugin-RateLimit
/usr/share/doc/perl-CGI-Application-Plugin-RateLimit/Changes
/usr/share/doc/perl-CGI-Application-Plugin-RateLimit/META.yml
/usr/share/doc/perl-CGI-Application-Plugin-RateLimit/README
/usr/share/man/man3/CGI::Application::Plugin::RateLimit.3pm.xz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Application
/usr/share/perl5/vendor_perl/CGI/Application/Plugin
/usr/share/perl5/vendor_perl/CGI/Application/Plugin/RateLimit.pm

 
ICM