How to install mod_evasive in cPanel server?

install mod_evasive in cPanel server Installation steps for Apache 2.2 Download the mod_evasive source file to the server #cd /usr/local/src #wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz Extract the zip file that we downloaded to the server #tar -xvzf mod_evasive_1.10.1.tar.gz #cd mod_evasive To load dynamic modules to Apache, use apxs #/usr/local/apache/bin/apxs -cia mod_evasive20.c This will create an entry in the […]

Mod_evasive Installation

Use following steps to do it. cd /usr/local/src wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz tar -zxf mod_evasive_1.10.1.tar.gz cd mod_evasive /usr/local/apache/bin/apxs -cia mod_evasive.c ———- Follow this section for Apache 2.0.x. ———- up2date -i httpd-devel cd /usr/local/src wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz tar -zxf mod_evasive_1.10.1.tar.gz cd mod_evasive /usr/sbin/apxs -cia mod_evasive20.c ———- If you are adding the is module to apache 1.3.x the following lines […]

Why you should use EasyApache4?

Why you should use EasyApache4? Today we are going to talk about Why you should make the switch to EasyApache4? EasyApache4 is a placement for EasyApache3. It has overhauled the product, made it faster, more flexible and customizable. So why should you use EasyApache4? Most importantly we deprecated EasyApache3 in 2018. EasyApache3 is the blocker […]