summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-11-30 16:51:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-11-30 16:51:14 +0000
commit6fd3084071d1e61bb6a4c014546d427bc62c916b (patch)
tree3847953a485a1e16da7962c233c1aa97c0da7871 /www-apache/mod_httpbl/files
parentKeyworded for ppc. (diff)
downloadgentoo-2-6fd3084071d1e61bb6a4c014546d427bc62c916b.tar.gz
gentoo-2-6fd3084071d1e61bb6a4c014546d427bc62c916b.tar.bz2
gentoo-2-6fd3084071d1e61bb6a4c014546d427bc62c916b.zip
Revision bump, change the configuration file to disallow access to the diagnostics page by default.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_httpbl/files')
-rw-r--r--www-apache/mod_httpbl/files/99_mod_httpbl.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-apache/mod_httpbl/files/99_mod_httpbl.conf b/www-apache/mod_httpbl/files/99_mod_httpbl.conf
index d8617e9a4841..a4afe04652b7 100644
--- a/www-apache/mod_httpbl/files/99_mod_httpbl.conf
+++ b/www-apache/mod_httpbl/files/99_mod_httpbl.conf
@@ -7,4 +7,10 @@ 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>