Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files: 70_mod_php.conf-apache2 70_mod_php5.conf-apache2 70_mod_php5_concurr.conf-apache2 70_mod_php_concurr.conf-apache2
Date: Thu, 31 Jan 2008 16:34:18
Message-Id: E1JKcMh-000763-Ez@stork.gentoo.org
1 hoffie 08/01/31 16:34:15
2
3 Modified: 70_mod_php.conf-apache2 70_mod_php5.conf-apache2
4 70_mod_php5_concurr.conf-apache2
5 70_mod_php_concurr.conf-apache2
6 Log:
7 changing AddDirectoryIndex to DirectoryIndex in apache configs per bug 139451
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.5 dev-lang/php/files/70_mod_php.conf-apache2
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2?r1=1.4&r2=1.5
16
17 Index: 70_mod_php.conf-apache2
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- 70_mod_php.conf-apache2 12 May 2007 05:32:57 -0000 1.4
24 +++ 70_mod_php.conf-apache2 31 Jan 2008 16:34:14 -0000 1.5
25 @@ -13,5 +13,5 @@
26 AddType application/x-httpd-php-source .phps
27 </IfModule>
28
29 - AddDirectoryIndex index.php index.phtml
30 + DirectoryIndex index.php index.phtml
31 </IfDefine>
32
33
34
35 1.6 dev-lang/php/files/70_mod_php5.conf-apache2
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2?rev=1.6&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2?rev=1.6&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2?r1=1.5&r2=1.6
40
41 Index: 70_mod_php5.conf-apache2
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2,v
44 retrieving revision 1.5
45 retrieving revision 1.6
46 diff -u -r1.5 -r1.6
47 --- 70_mod_php5.conf-apache2 12 May 2007 05:32:57 -0000 1.5
48 +++ 70_mod_php5.conf-apache2 31 Jan 2008 16:34:14 -0000 1.6
49 @@ -14,5 +14,5 @@
50 AddType application/x-httpd-php-source .phps
51 </IfModule>
52
53 - AddDirectoryIndex index.php index.phtml
54 + DirectoryIndex index.php index.phtml
55 </IfDefine>
56
57
58
59 1.3 dev-lang/php/files/70_mod_php5_concurr.conf-apache2
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2?r1=1.2&r2=1.3
64
65 Index: 70_mod_php5_concurr.conf-apache2
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- 70_mod_php5_concurr.conf-apache2 12 May 2007 05:32:57 -0000 1.2
72 +++ 70_mod_php5_concurr.conf-apache2 31 Jan 2008 16:34:14 -0000 1.3
73 @@ -12,5 +12,5 @@
74 AddType application/x-httpd-php5-source .phps
75 </IfModule>
76
77 - AddDirectoryIndex index.php index.phtml
78 + DirectoryIndex index.php index.phtml
79 </IfDefine>
80
81
82
83 1.3 dev-lang/php/files/70_mod_php_concurr.conf-apache2
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2?r1=1.2&r2=1.3
88
89 Index: 70_mod_php_concurr.conf-apache2
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -u -r1.2 -r1.3
95 --- 70_mod_php_concurr.conf-apache2 12 May 2007 05:32:57 -0000 1.2
96 +++ 70_mod_php_concurr.conf-apache2 31 Jan 2008 16:34:14 -0000 1.3
97 @@ -10,5 +10,5 @@
98 AddType application/x-httpd-php4 .php4
99 </IfModule>
100
101 - AddDirectoryIndex index.php index.phtml
102 + DirectoryIndex index.php index.phtml
103 </IfDefine>
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list