diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-24 21:28:51 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-24 21:28:51 +0200 |
commit | 82dfb3231aa22a477d7a0c1786b0cb016009c4db (patch) | |
tree | 9187f0a7c88b17d19d89668e8ff3dc9c358eb0d0 | |
parent | Renamed MaxRequestsPerChild to MaxConnectionsPerChild as per bug #511136. (diff) | |
download | apache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.tar.gz apache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.tar.bz2 apache-82dfb3231aa22a477d7a0c1786b0cb016009c4db.zip |
Removed comment about deprecated AddDirectoryIndex option as per request in bug #403439.
-rw-r--r-- | 2.2/conf/modules.d/00_default_settings.conf | 3 | ||||
-rw-r--r-- | 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> |