summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-28 21:22:33 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-28 21:22:33 +0000
commitac77113f4a7f672496cc13e7b89eef045888e9a7 (patch)
tree17edbdaa2204fbfb7432f4e561fa9a1e0c5f35b7 /www-apache
parentMarked stable on amd64 as per bug 207634. (diff)
downloadgentoo-2-ac77113f4a7f672496cc13e7b89eef045888e9a7.tar.gz
gentoo-2-ac77113f4a7f672496cc13e7b89eef045888e9a7.tar.bz2
gentoo-2-ac77113f4a7f672496cc13e7b89eef045888e9a7.zip
fix DirectoryIndex wrt #139451
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_suphp/ChangeLog5
-rw-r--r--www-apache/mod_suphp/files/70_mod_suphp.conf2
2 files changed, 5 insertions, 2 deletions
diff --git a/www-apache/mod_suphp/ChangeLog b/www-apache/mod_suphp/ChangeLog
index a30d220a1912..f542368c30a2 100644
--- a/www-apache/mod_suphp/ChangeLog
+++ b/www-apache/mod_suphp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apache/mod_suphp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_suphp/ChangeLog,v 1.16 2008/01/27 20:58:19 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_suphp/ChangeLog,v 1.17 2008/01/28 21:22:32 hollow Exp $
+
+ 28 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/70_mod_suphp.conf:
+ fix DirectoryIndex wrt #139451
27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/70_mod_suphp.conf,
metadata.xml, -mod_suphp-0.6.2-r1.ebuild, mod_suphp-0.6.2-r3.ebuild:
diff --git a/www-apache/mod_suphp/files/70_mod_suphp.conf b/www-apache/mod_suphp/files/70_mod_suphp.conf
index 809f0096f322..3d111b9aa375 100644
--- a/www-apache/mod_suphp/files/70_mod_suphp.conf
+++ b/www-apache/mod_suphp/files/70_mod_suphp.conf
@@ -43,7 +43,7 @@ suPHP_Engine on
# if you're using owner mode comment the following line
SuPHP_UserGroup apache apache
-AddDirectoryIndex index.php index.php5 index.php4 index.php3 index.phtml
+DirectoryIndex index.php index.php5 index.php4 index.php3 index.phtml
</IfDefine>
# vim: ts=4 filetype=apache