mod_limitipconn 0.04 review
Downloadmod_limitipconn is an Apache module which allows web server administrators to limit the number of simultaneous downloads permitted fr
|
|
mod_limitipconn is an Apache module which allows web server administrators to limit the number of simultaneous downloads permitted from a single IP address.
Requirements:
Apache 1.3
Installation:
On systems that support Apache dynamic shared objects (DSOs), the recommend installation procedure using apxs is:
tar xzvf mod_limitipconn-0.04.tar.gz
cd mod_limitipconn-0.04
make
make install
You can also copy the source file over to the Apache source tree and rebuild your httpd statically. The highlighted text below illustrates how to enable the proxy client detection feature; it can be omitted if you don't want this feature.
tar xzvf apache_1.3.27.tar.gz
tar xzvf mod_limitipconn-0.04.tar.gz
cd apache_1.3.27
patch -p1 < ../mod_limitipconn-0.04/apachesrc.diff
cp ../mod_limitipconn-0.04/mod_limitipconn.c src/modules/extra/
./configure --activate-module=src/modules/extra/mod_limitipconn.c --with-forward
make
make install
mod_limitipconn 0.04 keywords