Yeu

Registered
Mar 12, 2011
3
0
51
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
---------------------------------------------
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello,

Custom Apache modules are not installed the same way with EasyApache 4. The information on the following URL offers some guidance on how to implement custom Apache modules with EA4:

ea4.ninja

You'd likely want to seek out the help of a qualified system administrator for help with the customization. You can find a list of system administration services at:

System Administration Services | cPanel Forums

You may also want to open a feature request if you'd like to see native support for this Apache module:

Submit A Feature Request

Thanks!