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_pcgi2/files: 20_mod_pcgi.conf
Date: Thu, 31 Jan 2008 19:36:37
Message-Id: E1JKfD8-0003nV-Pz@stork.gentoo.org
1 hollow 08/01/31 19:36:34
2
3 Modified: 20_mod_pcgi.conf
4 Log:
5 update metadata; cleanup
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.2 www-apache/mod_pcgi2/files/20_mod_pcgi.conf
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_pcgi2/files/20_mod_pcgi.conf?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_pcgi2/files/20_mod_pcgi.conf?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_pcgi2/files/20_mod_pcgi.conf?r1=1.1&r2=1.2
14
15 Index: 20_mod_pcgi.conf
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_pcgi2/files/20_mod_pcgi.conf,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 20_mod_pcgi.conf 29 Jul 2007 15:08:28 -0000 1.1
22 +++ 20_mod_pcgi.conf 31 Jan 2008 19:36:34 -0000 1.2
23 @@ -1,12 +1,8 @@
24 <IfDefine PCGI>
25 - <IfModule !mod_pcgi2.c>
26 - LoadModule pcgi2_module modules/mod_pcgi2.so
27 - </IfModule>
28 -</IfDefine>
29 +LoadModule pcgi2_module modules/mod_pcgi2.so
30
31 -<IfModule mod_pcgi2.c>
32 - # please see /usr/share/doc/mod_pcgi-*/README
33 - # for details on the required apache directives
34 -</IfModule>
35 +# please see /usr/share/doc/mod_pcgi-*/README
36 +# for details on the required apache directives
37 +</IfDefine>
38
39 -# vim:ft=apache:
40 +# vim: ts=4 filetype=apache
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list