Hello,
i have a secrule with a large number of ARGS :
SecRule ARGS_NAMES "!^(|var1|var2|var3|………|var50|)$" "t:lowercase,deny,status:403,phase:2"
the secrule works fine but when the rule match, the modsec_debug is truncate after 1024 characters. so i can't discovery a potentialy new args.
how i can increase the number of characters on each line on modsec_debug ?
thanks a lot for your help !
Why not split the rule into two?
Log in to post a comment.
Hello,
i have a secrule with a large number of ARGS :
SecRule ARGS_NAMES "!^(|var1|var2|var3|………|var50|)$" "t:lowercase,deny,status:403,phase:2"
the secrule works fine but when the rule match, the modsec_debug is truncate after 1024 characters.
so i can't discovery a potentialy new args.
how i can increase the number of characters on each line on modsec_debug ?
thanks a lot for your help !
Why not split the rule into two?