summaryrefslogtreecommitdiff
blob: a4afe04652b7283c7fb7ad6bf40b91249367d49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>