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

What is PPC?

PPC stands for Pay per Click…PPC is latest advanced advertising technique on websites especially with the search engines. Whenever the visitor visits to such websites and clicks on the advertisement, the advertiser is charged a small amount. Pay per click is also sometimes known as Cost per click or CPC. Also SEO stands for Search […]

PHP-APC Installation

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. wget http://pecl.php.net/get/APC-3.0.19.tgz ./cofigure make make install Add extension in php.ini Thats all.