Top Menu

ajax scripts script web 2.0 dhtml javascript

Main Menu

Menu

Scripts

 
Category: Server Security /  How To Solved; ModSecurity Rule Execution Error Exceeded Limits PCRE

I Solved the "PCRE limits exceeded Problem,ModSecurity Rule execution error - exceeded limits PCRE (-8): (null."


Share this ajax content

first, creat a file named "pcre_modsecurity_exceeded_limits.conf" in /usr/local/apache/conf/

nano pcre_modsecurity_exceeded_limits.conf and add rules below,
SecPcreMatchLimit 150000
SecPcreMatchLimitRecursion 150000

save it, don't forget to give chmod "rw------- or 600"


after that, open

nano modsec2.user.conf 

and add this "Include "/usr/local/apache/conf/pcre_modsecurity_exceeded_limits.conf"

save it and restart mysql+apache That should fix it...

Hit: 3975.



 
Rating
  • Currently 3.22/5
  • 1
  • 2
  • 3
  • 4
  • 5

Rating: 3.2 (total votes for this content: 381)

 
Write Review

Footer

| Stats