summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-04-30 15:36:12 +0000
committerElfyn McBratney <beu@gentoo.org>2005-04-30 15:36:12 +0000
commitd4dd15b06d138bbc10c6a3702c19c2eb21c893b1 (patch)
tree814e2140da2a19380b0c8fece74eff72ea829caf /dev-php
parentversion bump (diff)
downloadgentoo-2-d4dd15b06d138bbc10c6a3702c19c2eb21c893b1.tar.gz
gentoo-2-d4dd15b06d138bbc10c6a3702c19c2eb21c893b1.tar.bz2
gentoo-2-d4dd15b06d138bbc10c6a3702c19c2eb21c893b1.zip
Fix AddDirectoryIndex syntax in files/4.3.11-r2/70_mod_php.conf.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/ChangeLog7
-rw-r--r--dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf2
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog
index 0b5ca6f3f6b3..c846c306833f 100644
--- a/dev-php/mod_php/ChangeLog
+++ b/dev-php/mod_php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/mod_php
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.224 2005/04/23 23:28:28 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.225 2005/04/30 15:36:12 beu Exp $
+
+ 30 Apr 2005; Elfyn McBratney <beu@gentoo.org>
+ files/4.3.11-r2/70_mod_php.conf:
+ Fix syntax in files/4.3.11-r2/70_mod_php.conf (arguments must be file names
+ not extensions).
24 Apr 2005; Guy Martin <gmsoft@gentoo.org> mod_php-4.3.11.ebuild:
Stable on hppa.
diff --git a/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
index 04ed17cd5329..ceb4369a998d 100644
--- a/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
+++ b/dev-php/mod_php/files/4.3.11-r2/70_mod_php.conf
@@ -16,7 +16,7 @@
</IfModule>
# post-adding DirectoryIndex'es
- AddDirectoryIndex .php .php3 .php4 .phps .phtml
+ AddDirectoryIndex index.php index.php3 index.php4 index.phps index.phtml
# Fix some bugs
<Files *.php>