Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_httpbl/files: 99_mod_httpbl.conf
Date: Mon, 30 Nov 2009 16:51:16
Message-Id: E1NF9T0-00072w-I1@stork.gentoo.org
1 flameeyes 09/11/30 16:51:14
2
3 Modified: 99_mod_httpbl.conf
4 Log:
5 Revision bump, change the configuration file to disallow access to the diagnostics page by default.
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 www-apache/mod_httpbl/files/99_mod_httpbl.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_httpbl/files/99_mod_httpbl.conf?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_httpbl/files/99_mod_httpbl.conf?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_httpbl/files/99_mod_httpbl.conf?r1=1.2&r2=1.3
14
15 Index: 99_mod_httpbl.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_httpbl/files/99_mod_httpbl.conf,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- 99_mod_httpbl.conf 26 Nov 2009 20:39:59 -0000 1.2
22 +++ 99_mod_httpbl.conf 30 Nov 2009 16:51:14 -0000 1.3
23 @@ -7,4 +7,10 @@
24 HTTPBLReposDir /var/cache/mod_httpbl
25
26 HTTPBLAccessKey # You should set yours here
27 +
28 +<Location /httpbl_diagnostics>
29 +Order deny,allow
30 +Deny from all
31 +</Location>
32 +
33 </IfDefine>