From ac77113f4a7f672496cc13e7b89eef045888e9a7 Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Mon, 28 Jan 2008 21:22:33 +0000 Subject: fix DirectoryIndex wrt #139451 (Portage version: 2.1.4) --- www-apache/mod_suphp/ChangeLog | 5 ++++- www-apache/mod_suphp/files/70_mod_suphp.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'www-apache') 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 files/70_mod_suphp.conf: + fix DirectoryIndex wrt #139451 27 Jan 2008; Benedikt Böhm 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 # vim: ts=4 filetype=apache -- cgit v1.2.3-65-gdbad