Re: [mod-security-users] Rule execution error
Brought to you by:
victorhora,
zimmerletw
|
From: Aniyan R. <ani...@gm...> - 2013-06-04 15:25:39
|
Christian, This is a standard problem. Try raising > SecPcreMatchLimit > and > SecPcreMatchLimitRecursion > > in steps until it goes away. That solves the problem > usually, without much side effect if any. > > Can I put that in modsecurity_crs_10_setup.conf ? I am going to use a higher value SecPcreMatchLimit 150000 SecPcreMatchLimitRecursion 150000 THanks. |