Hi, now i know this is a false positive.. and localhost cannot be blocked any way but a rule that i set in mod security keeps on getting picked up by the ip 127.0.0.1 - ModSecurity Tools, Hit List

now this is the current rule here:
this rule is required to block certain attacks but.. its getting annoying as my log file is getting full of these as show in the above image.
is there a way to modify the rule so it excludes that ip? - i have white listed IP Globally but it still gets detected...
and this gets logged every 5 min.

now this is the current rule here:
Code:
#Block any HTTP GET request that has no referring URL
SecRule &HTTP_REFERER "@eq 0" "deny,status:411,id:187945987,chain,msg:'GET request blocked, no referer'"
SecRule &HTTP_User-Agent "@eq 0" "chain"
SecRule REQUEST_METHOD "GET" "chain"
SecRule REQUEST_URI "^\/$"
is there a way to modify the rule so it excludes that ip? - i have white listed IP Globally but it still gets detected...
and this gets logged every 5 min.
Last edited: