Home : mod_limitipconn.c : Apache::LimitIPConn

Apache::LimitIPConn

This is the distribution page for Apache::LimitIPConn, an Apache perl module which allows web server administrators to limit the number of simultaneous downloads permitted from a single IP address.

Note that the C version of this module is more suitable for use in the vast majority of production installations.

Downloads

Most people should just get the tar.gz file. The binary RPM package is for use on RedHat 6.2 only. In order to install this module, you'll first need to download and install Apache::Scoreboard from CPAN. After that, installation consists of the usual routine:

tar xzvf Apache-LimitIPConn-0.05.tar.gz
cd Apache-LimitIPConn-0.05
perl Makefile.PL
make
make install

Documentation is available after installation from the man page (man Apache::LimitIPConn), which you can also read online.

Older versions

Previous versions can be downloaded here. They should not be used on production machines.

Feedback

E-mail me if you have any questions, comments, hints, or suggestions.


Copyright © 2001 David Jao (djao@dominia.org).