Author: M.Jones23 (20 Dec 11 10:13am)
Hello,
I have read over a few posts here and the general rule is, if the diagnostics page loads and everything is green, it is "working".
However, this is not the case for me.
The diagnostics page is all green, however I'm still getting all the usual comment spam. If i do a lookup on any of the ip addresses that have spammed my site, they usually come back with a record:
myaccesscode.114.191.243.80.dnsbl.httpbl.org has address 127.1.52.5
Yet, the apache module didn't block the request?
Here is my apache config:
HTTPBLRBLEnabled On
HTTPBLLogDir /var/log/httpbl
HTTPBLAccessKey myaccesscode
HTTPBLDefaultAction allow
HTTPBLRBLReqHandler 255:0-255:0-255:0 allow
HTTPBLRBLReqHandler 255:0-30:0-255:255 deny
Any idea's why this isn't working?
Cheers
// Edit...
I have since setup "bad-behavior" on my websites to send HTTP 403 errors to users who are blacklisted, and I have unloaded the apache module. This seems to work perfectly.
Cheers
Post Edited (20 Dec 11 12:25pm)
|