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/2.1.2: 99_mod_security.conf
Date: Sat, 08 Sep 2007 08:17:46
Message-Id: E1ITvP4-0007E9-8e@stork.gentoo.org
1 hollow 07/09/08 08:10:54
2
3 Added: 99_mod_security.conf
4 Log:
5 version bump; fixes #180150, #189995, #191381, #181887, #190301
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.1 www-apache/mod_security/files/2.1.2/99_mod_security.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/2.1.2/99_mod_security.conf?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_security/files/2.1.2/99_mod_security.conf?rev=1.1&content-type=text/plain
13
14 Index: 99_mod_security.conf
15 ===================================================================
16 <IfDefine SECURITY>
17 <IfModule !mod_security2.c>
18 LoadModule security2_module modules/mod_security2.so
19 </IfModule>
20
21 # use Core Rule Set by default:
22 Include /etc/apache2/modules.d/mod_security/*.conf
23 </IfDefine>
24
25
26
27 --
28 gentoo-commits@g.o mailing list