summaryrefslogtreecommitdiff
path: root/2.4/conf
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-05-24 21:28:51 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-05-24 21:28:51 +0200
commit82dfb3231aa22a477d7a0c1786b0cb016009c4db (patch)
tree9187f0a7c88b17d19d89668e8ff3dc9c358eb0d0 /2.4/conf
parentRenamed MaxRequestsPerChild to MaxConnectionsPerChild as per bug #511136. (diff)
downloadapache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.tar.gz
apache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.tar.bz2
apache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.zip
Removed comment about deprecated AddDirectoryIndex option as per request in bug #403439.
Diffstat (limited to '2.4/conf')
-rw-r--r--2.4/conf/modules.d/00_default_settings.conf3
1 files changed, 1 insertions, 2 deletions
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>