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 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


HR-ADMIN

Recent Posts

Updated cPanel License Price in Jan 2025: A Comprehensive Guide

Are you ready for another cPanel price adjustment? As we have approached January 2025, cPanel has rolled out significant changes…

2 weeks ago

Finding Your Fit: Website Builder or WordPress for Your Site?

In this growing digital world, having a website is not enough—it’s a crucial and much-needed option. But here's the challenge…

2 weeks ago

From Hobbyist to Professional: Selling Photos Online

In today's digital age, the line between hobby photography and professional photography has become increasingly blurred. With the rise of…

3 weeks ago

Windows Web Hosting: Essential Insights for Beginners

Are you taking your first steps into the world of web hosting? You're not alone. Every day, countless individuals and…

3 weeks ago

Crafting a Professional Email: Step-by-Step Guide

Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…

1 month ago