Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_security/files: 99_mod_security-2.1.1.conf
Date: Thu, 31 Jan 2008 19:28:47
Message-Id: E1JKf5Z-0003ZH-3j@stork.gentoo.org
1 hollow 08/01/31 19:28:45
2
3 Modified: 99_mod_security-2.1.1.conf
4 Log:
5 cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_security/files/99_mod_security-2.1.1.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/99_mod_security-2.1.1.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/99_mod_security-2.1.1.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/99_mod_security-2.1.1.conf?r1=1.1&r2=1.2
14
15 Index: 99_mod_security-2.1.1.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_security/files/99_mod_security-2.1.1.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 99_mod_security-2.1.1.conf 29 Jul 2007 13:47:06 -0000 1.1
22 +++ 99_mod_security-2.1.1.conf 31 Jan 2008 19:28:44 -0000 1.2
23 @@ -1,8 +1,8 @@
24 <IfDefine SECURITY>
25 - <IfModule !mod_security2.c>
26 - LoadModule security2_module modules/mod_security2.so
27 - </IfModule>
28 +LoadModule security2_module modules/mod_security2.so
29
30 - # use Core Rule Set by default:
31 - Include /etc/apache2/modules.d/mod_security/*.conf
32 +# use Core Rule Set by default:
33 +Include /etc/apache2/modules.d/mod_security/*.conf
34 </IfDefine>
35 +
36 +# vim: ts=4 filetype=apache
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list