2 Nov 01:17
Problem at BSN webcast and rule in ModSecurity2_Webcast_Jan2007.pdf.
Danett song <danett18 <at> yahoo.com.br>
2007-11-02 00:17:37 GMT
2007-11-02 00:17:37 GMT
Hi guys,
Today I accessed the BSN and was reading the
documentation called ModSecurity2_Webcast_Jan2007.pdf,
it's really nice. I tried one of the examples showed:
#
Other rules
#
#Blocking users by time
SecDataDir /var/tmp
SecAction initcol:ip=%{REMOTE_ADDR},nolog,pass
SecRule IP:BLOCKED "@gt 0"
SecRule REQUEST_URI "^(/news\.php)"
"chain,pass,log,setvar:ip.score=+15,id:1111,severity:4,msg:'Positive
Model - testing block.'"
SecRule ARGS_NAMES "!^(id)$"
SecRule IP:SCORE "@ge 30"
"setvar:ip.blocked=3600,deprecatevar:ip.blocked=1/1"
#
Other rules
#
However it doesn't work properly, it trigger this
errors in log in EVERY page that I access:
(Continue reading)
RSS Feed