From 4bf48e8e094727be354306f971c5b7fc933d9a1f Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 20 Aug 2001 14:14:22 +0000 Subject: [PATCH] Per Martin, Mark's and my discussion, index.html will _still_ override the typemap, and enabling multiviews will undo the optimization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90398 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 4 ++-- docs/conf/httpd-win.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index ccc7132990..7c12139afd 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -313,9 +313,9 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Note that directly accessing an index.html.var typemap is much faster # than using MultiViews negotation on a directory. We distribute a typemap # of the complete index.html collection, so we use that index.html.var -# typemap here. +# typemap here. If Options is set to Multiviews, this optimization is lost. # - DirectoryIndex index.html.var index.html + DirectoryIndex index.html index.html.var diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 8b0092eaab..8265407438 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -235,9 +235,9 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Note that directly accessing an index.html.var typemap is much faster # than using MultiViews negotation on a directory. We distribute a typemap # of the complete index.html collection, so we use that index.html.var -# typemap here. +# typemap here. If Options is set to Multiviews, this optimization is lost. # - DirectoryIndex index.html.var index.html + DirectoryIndex index.html index.html.var -- 2.40.0