In ModSecurity there are PCRE limits exceeded
errors.
I know I can fix this by setting rules such as:
SecPcreMatchLimit 150000
SecPcreMatchLimitRecursion 150000
But, what are these rules actually doing? What does the PCRE limit recursion set to 150,000 mean? What security holes am I allowing through by setting these so high? What does the recursion
and limit
mean?
I know there is documentation, but the documentation doesn't actually tell me what is going on, it simply tells me how to work with the directives.