|
From: A. R. <ar...@et...> - 2007-05-30 17:12:58
|
Hello
Ive got troubles with getting the mod_httbl working and don't really
know where to get help, if I'm of then please point me in the right
direction.
I got the module to compile and installed.
In my apache-vhost-conf I have:
<IfModule mod_httpbl.c>
HTTPBLRBLEnabled On
HTTPBLLogDir /var/log/apache2/httpbl/
HTTPBLTestingURL /httpbl_diagnostics/
HTTPBLDefaultAction allow
HTTPBLAccessKey theoneIgotfromprojecthoneypot
HTTPBLReposDir /tmp/
</IfModule>
and then
<Directory /mnt/webserver/www/htdocs/gallery>
AllowOverride FileInfo Options
HTTPBLRBLEnabled On
HTTPBLDefaultAction allow
HTTPBLDefaultAction allow
HTTPBLRBLReqHandler 255:0-255:0-255:0 allow
HTTPBLRBLReqHandler 255:0-100:0-255:255 deny
</Directory>
I got the diagnostics testing to show up in apache.
[ + ] Write to the log directory (/var/log/apache2/httpbl/)
[ + ] Write to the repos directory (/tmp/)
[ + ] Resolve and reach the RBL domain (www.projecthoneypot.org)
[ * ] Authenticate with the Project Honey Pot RBL (*.dave.httpbl.org)
[ * ] Submit 404 data to the server
(http://192.168.3.100:11000/record_404.php)
[ * ] Submit POST data to the server
(http://192.168.3.100:11000/record_post.php)
[ * ] Query for honeypots (http://hpr1.projecthoneypot.org/cgi/serve.php)
Seems to me like all is well.
The problem is that I still get gallery spam commenters, for example
today from ip 163.178.90.130 and when checking this ip in project
honeypot its tagged as evil.
Should I try debugmode in the apache module? Or have I done something
obviously wrong?
My apache server tag is
Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.1 PHP/5.1.2 mod_ssl/2.0.55
OpenSSL/0.9.8a
The log-dir is empty except for an empty httpbl_diagnostics_test.txt
Regards
Anders Runeson
|