Re: [mod-security-users] Deleting Banned Ips
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-01-22 00:03:47
|
Faruk Aysoy wrote: > Guys, > As you know, the mod_security blocks the ip( some kind > of ban) how can we delete that ip from the blacklist. There's no blacklist. For every request that comes in mod_security makes a decision whether to block it or not - every time. > I donot want to add an ip to whitelist - allow list-, > b/c then any further actions coming from that ip > cannot be stopped. I just want to delete that ip from > blacklist, as it never attacked my server before. How > can I do this? Thank you for your attention and time. If a reject is being rejected that means it triggered at least one rule in your configuration. Assuming your configuration is correct the request is an attack. If the request is not an attack then your configuration is incorrect :) -- Ivan Ristic (http://www.modsecurity.org) |