commit: 82dfb3231aa22a477d7a0c1786b0cb016009c4db
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 19:28:51 2014 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat May 24 19:28:51 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=82dfb323
Removed comment about deprecated AddDirectoryIndex option as per request in bug
#403439.
---
2.2/conf/modules.d/00_default_settings.conf | 3 +--
2.4/conf/modules.d/00_default_settings.conf | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/2.2/conf/modules.d/00_default_settings.conf
b/2.2/conf/modules.d/00_default_settings.conf
index 0fa43b2..afa8d91 100644
--- a/2.2/conf/modules.d/00_default_settings.conf
+++ b/2.2/conf/modules.d/00_default_settings.conf
@@ -118,8 +118,7 @@ LogLevel warn
# negotiated documents. The MultiViews Options can be used for the
# same purpose, but it is much slower.
#
-# To add files to that list use AddDirectoryIndex in a custom config
-# file. Do not change this entry unless you know what you are doing.
+# Do not change this entry unless you know what you are doing.
<IfModule dir_module>
DirectoryIndex index.html index.html.var
</IfModule>
diff --git a/2.4/conf/modules.d/00_default_settings.conf
b/2.4/conf/modules.d/00_default_settings.conf
index 0fb0ba8..38635aa 100644
--- a/2.4/conf/modules.d/00_default_settings.conf
+++ b/2.4/conf/modules.d/00_default_settings.conf
@@ -117,8 +117,7 @@ LogLevel warn
# negotiated documents. The MultiViews Options can be used for the
# same purpose, but it is much slower.
#
-# To add files to that list use AddDirectoryIndex in a custom config
-# file. Do not change this entry unless you know what you are doing.
+# Do not change this entry unless you know what you are doing.
<IfModule dir_module>
DirectoryIndex index.html index.html.var
</IfModule>