Hi!
I want to install mod_limitipconn on my vps, but I cannot find mod_limitipconn on the easyapche4. Can I use instructions of David Jao (mod_limitipconn official) as following to install on my vps? Is it compatible to easyapache4? If not, how to custom the mod from easyapache4?
---------------------------------------------
Instructions for statically compiling mod_limitipconn into httpd:
tar xavf httpd-2.4.2.tar.bz2
tar xavf mod_limitipconn-0.24.tar.bz2
cd httpd-2.4.2
./configure --with-module=aaa:../mod_limitipconn-0.24/mod_limitipconn.c
make
make install
-----------------------------------------------------------------------
Instructions for building as a Dynamic Shared Object (DSO):
tar xavf mod_limitipconn-0.24.tar.bz2
cd mod_limitipconn-0.24
make install
---------------------------------------------
I want to install mod_limitipconn on my vps, but I cannot find mod_limitipconn on the easyapche4. Can I use instructions of David Jao (mod_limitipconn official) as following to install on my vps? Is it compatible to easyapache4? If not, how to custom the mod from easyapache4?
---------------------------------------------
Instructions for statically compiling mod_limitipconn into httpd:
tar xavf httpd-2.4.2.tar.bz2
tar xavf mod_limitipconn-0.24.tar.bz2
cd httpd-2.4.2
./configure --with-module=aaa:../mod_limitipconn-0.24/mod_limitipconn.c
make
make install
-----------------------------------------------------------------------
Instructions for building as a Dynamic Shared Object (DSO):
tar xavf mod_limitipconn-0.24.tar.bz2
cd mod_limitipconn-0.24
make install
---------------------------------------------