From ad9beffae17e46cb098ba0263a90a1f5a8eab9ce Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 21 Aug 2001 01:58:50 +0000 Subject: [PATCH] If we use a type-map, we need to set up the handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90457 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 1 + docs/conf/httpd-win.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index f92d7f8d3f..5b5735d468 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -315,6 +315,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # of the complete index.html collection, so we use that index.html.var # typemap here. If Options is set to Multiviews, this optimization is lost. # + AddHandler type-map var DirectoryIndex index.html index.html.var diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 1578c23709..a4cb2b75b8 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -237,6 +237,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # of the complete index.html collection, so we use that index.html.var # typemap here. If Options is set to Multiviews, this optimization is lost. # + AddHandler type-map var DirectoryIndex index.html index.html.var -- 2.50.1