diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-30 16:51:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-11-30 16:51:14 +0000 |
commit | 6fd3084071d1e61bb6a4c014546d427bc62c916b (patch) | |
tree | 3847953a485a1e16da7962c233c1aa97c0da7871 /www-apache | |
parent | Keyworded for ppc. (diff) | |
download | gentoo-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')
-rw-r--r-- | www-apache/mod_httpbl/ChangeLog | 10 | ||||
-rw-r--r-- | www-apache/mod_httpbl/files/99_mod_httpbl.conf | 6 | ||||
-rw-r--r-- | www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild (renamed from www-apache/mod_httpbl/mod_httpbl-1.5.ebuild) | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/www-apache/mod_httpbl/ChangeLog b/www-apache/mod_httpbl/ChangeLog index 6262bd5e589b..b00a5273352b 100644 --- a/www-apache/mod_httpbl/ChangeLog +++ b/www-apache/mod_httpbl/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-apache/mod_httpbl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/ChangeLog,v 1.2 2009/11/26 20:39:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/ChangeLog,v 1.3 2009/11/30 16:51:14 flameeyes Exp $ + +*mod_httpbl-1.5-r1 (30 Nov 2009) + + 30 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> + files/99_mod_httpbl.conf, -mod_httpbl-1.5.ebuild, + +mod_httpbl-1.5-r1.ebuild: + Revision bump, change the configuration file to disallow access to the + diagnostics page by default. 26 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> files/99_mod_httpbl.conf, mod_httpbl-1.5.ebuild: 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> diff --git a/www-apache/mod_httpbl/mod_httpbl-1.5.ebuild b/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild index e633824b77b7..bd6ede383b69 100644 --- a/www-apache/mod_httpbl/mod_httpbl-1.5.ebuild +++ b/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/mod_httpbl-1.5.ebuild,v 1.2 2009/11/26 20:39:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/mod_httpbl-1.5-r1.ebuild,v 1.1 2009/11/30 16:51:14 flameeyes Exp $ EAPI=2 |