blob: a4afe04652b7283c7fb7ad6bf40b91249367d49a [file] [log] [blame]
<IfDefine HTTPBL>
LoadModule httpbl_module modules/mod_httpbl.so
HTTPBLRBLEnabled On
HTTPBLLogDir /var/log/apache2/httpbl
HTTPBLReposDir /var/cache/mod_httpbl
HTTPBLAccessKey # You should set yours here
<Location /httpbl_diagnostics>
Order deny,allow
Deny from all
</Location>
</IfDefine>