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
# 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
</Directory>
# 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
</Directory>