Install ConfigServer

Install ConfigServer Security & Firewall rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh Remove installation files: cd .. rm -Rfv csf/ csf.tgz rm -fv cmm.tgz wget http://www.configserver.com/free/cmm.tgz tar -xzf cmm.tgz cd cmm sh install.sh Remove installation files: cd .. rm -Rfv cmm/ cmm.tgz To uninstall: rm -fv /usr/local/cPanel/whostmgr/docroot/cgi/addon_cmm.cgi rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/cmmversion.txt […]

Rule execution error – PCRE limits exceeded (-8)

[Tue 01 11:14:37 ] [error] [client XX.XX.XX.XX] ModSecurity: Rule execution error – PCRE limits exceeded (-8): (null). [hostname “www.domainname.com”] [uri “/client/forgot_password.php”] [unique_id “HADMQWW3LaKoLKAiYAAaAAP”] To fix This modsecurity issue with the domain, followed the steps given below : 1) Login to the server as root. 2)Go to directory /usr/local/apache/conf Run : [root@localhost~]# cd /usr/local/apache/conf 3)Then Create […]