Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Christian Hoffmann (hoffie)" <hoffie@g.o>
|
|
Subject:
|
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:15 +0000
|
|
hoffie 08/01/31 16:34:15
Modified: 70_mod_php.conf-apache2 70_mod_php5.conf-apache2
70_mod_php5_concurr.conf-apache2
70_mod_php_concurr.conf-apache2
Log:
changing AddDirectoryIndex to DirectoryIndex in apache configs per bug 139451
(Portage version: 2.1.4)
Revision Changes Path
1.5 dev-lang/php/files/70_mod_php.conf-apache2
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2?rev=1.5&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2?r1=1.4&r2=1.5
Index: 70_mod_php.conf-apache2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php.conf-apache2,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 70_mod_php.conf-apache2 12 May 2007 05:32:57 -0000 1.4
+++ 70_mod_php.conf-apache2 31 Jan 2008 16:34:14 -0000 1.5
@@ -13,5 +13,5 @@
AddType application/x-httpd-php-source .phps
</IfModule>
- AddDirectoryIndex index.php index.phtml
+ DirectoryIndex index.php index.phtml
</IfDefine>
1.6 dev-lang/php/files/70_mod_php5.conf-apache2
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2?rev=1.6&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2?r1=1.5&r2=1.6
Index: 70_mod_php5.conf-apache2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php5.conf-apache2,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- 70_mod_php5.conf-apache2 12 May 2007 05:32:57 -0000 1.5
+++ 70_mod_php5.conf-apache2 31 Jan 2008 16:34:14 -0000 1.6
@@ -14,5 +14,5 @@
AddType application/x-httpd-php-source .phps
</IfModule>
- AddDirectoryIndex index.php index.phtml
+ DirectoryIndex index.php index.phtml
</IfDefine>
1.3 dev-lang/php/files/70_mod_php5_concurr.conf-apache2
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2?rev=1.3&view=markup
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
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
Index: 70_mod_php5_concurr.conf-apache2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php5_concurr.conf-apache2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 70_mod_php5_concurr.conf-apache2 12 May 2007 05:32:57 -0000 1.2
+++ 70_mod_php5_concurr.conf-apache2 31 Jan 2008 16:34:14 -0000 1.3
@@ -12,5 +12,5 @@
AddType application/x-httpd-php5-source .phps
</IfModule>
- AddDirectoryIndex index.php index.phtml
+ DirectoryIndex index.php index.phtml
</IfDefine>
1.3 dev-lang/php/files/70_mod_php_concurr.conf-apache2
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2?rev=1.3&view=markup
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
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
Index: 70_mod_php_concurr.conf-apache2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/70_mod_php_concurr.conf-apache2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 70_mod_php_concurr.conf-apache2 12 May 2007 05:32:57 -0000 1.2
+++ 70_mod_php_concurr.conf-apache2 31 Jan 2008 16:34:14 -0000 1.3
@@ -10,5 +10,5 @@
AddType application/x-httpd-php4 .php4
</IfModule>
- AddDirectoryIndex index.php index.phtml
+ DirectoryIndex index.php index.phtml
</IfDefine>
--
gentoo-commits@g.o mailing list
|
|