|
From: ZyanKLee <zya...@zy...> - 2007-05-02 21:00:45
|
had some correspondence with eric, yet. below is my problem - his answer was: > It appears the directive is not being read properly. If you visit > http://yourdomain.tld/httpbl_diagnostics/ you should see the test > page. - Phillip wrote: Hey maillist, my installation worked quite well. But with configuring I seem to have some problems. I use debian 3.1 with apache2 and plesk8.1.1 my /etc/apache2/httpd.conf looks like this: LoadModule httpbl_module /usr/lib/apache2/modules/mod_httpbl.so <IfModule mod_httpbl.c> HTTPBLRBLEnabled On HTTPBLLogDir /var/log/apache2/ HTTPBLTestingURL /httpbl_testing/ HTTPBLDefaultAction allow HTTPBLAccessKey 'myownkey' # allow all search engines HTTPBLRBLReqHandler 255:0-255:0-255:0 allow # deny any other listed IPs with any "score" that have been active in the last 30 days HTTPBLRBLReqHandler 255:0-30:0-255:255 deny </IfModule> But when visiting the test-page I get a 404. There seems to be some documentation needed. Thanks in advance, Phillip |