[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 a file “pcre_modsecurity_exceeded_limits.conf” and paste following lines in it.
Run :
[root@localhost conf]# vi pcre_modsecurity_exceeded_limits.conf Code need to be paste :
SecPcreMatchLimit 150000
SecPcreMatchLimitRecursion 150000
4) Save and quit the file.
5) Make sure that the permissions assigned for the file are 600.
Run :
[root@localhost ~]# chmod 600 /usr/local/apache/conf/pcre_modsecurity_exceeded_limits.conf
6) Now open the file /usr/local/apachec/conf/modsec2.user.conf .
[root@server ~]# vi /usr/local/apachec/conf/modsec2.user.conf
7) Find the line ““
8 ) Add following line just below the above mentioned line that is ““
—————————————————–
Include “/usr/local/apache/conf/pcre_modsecurity_exceeded_limits.conf”
—————————————————–
9)Save and quit the file.
10) Now just restart your apache and mysql service.
[root@localhost ~]# /etc/init.d/httpd restart ; /etc/init.d/mysqld restart
Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…
As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…
As a web designer and web developer your experience must have reached to new height, right? Further, you need to…
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…