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 […]

Easyapache is fails and apache doesn’t start

Sometimes when we rebuild apache its fails with below error : ============================================================= Updating Apache configuration Updating Apache configuration Distilled successfully !! Executing ‘/scripts/initsslhttpd’ !! !! Executing ‘/scripts/update_apachectl’ !! !! Restarting ‘httpd’ … !! !! Failed to restart Apache. !! !! Apache restart failed. Unable to load pid from pid file and no httpd process found […]

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 […]