Home : mod_limitipconn.c : mod_limitipconn.c - Apache 2.x port
If you need to install mod_limitipconn manually, follow the instructions below. The instructions below are written for Apache 2.2.9 since that's what I have right now, but they will also work with any later version of Apache.
Instructions for statically compiling mod_limitipconn into httpd:
tar xzvf httpd-2.2.9.tar.gz tar xjvf mod_limitipconn-0.23.tar.bz2 cd httpd-2.2.9 ./configure --with-module=aaa:../mod_limitipconn-0.23/mod_limitipconn.c make make installInstructions for building as a Dynamic Shared Object (DSO):
tar xjvf mod_limitipconn-0.23.tar.bz2 cd mod_limitipconn-0.23 make install
| Files |
Contributor |
Description |
|---|---|---|
| Anonymous | Adds a LocalIP directive to exempt a designated IP address from download limits. |