summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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