]> granicus.if.org Git - apache/commitdiff
If we use a type-map, we need to set up the handler.
authorJoshua Slive <slive@apache.org>
Tue, 21 Aug 2001 01:58:50 +0000 (01:58 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 21 Aug 2001 01:58:50 +0000 (01:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90457 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf
docs/conf/httpd-win.conf

index f92d7f8d3fea86821fc8f3d33abf59e9d5f5f379..5b5735d46803f322eda81b77473ae51beb67b874 100644 (file)
@@ -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
 
 </Directory>
index 1578c23709ad399945602075c4a00c06a0789b96..a4cb2b75b8ef3c99df4a9b03a4c929bc8ecfcacd 100644 (file)
@@ -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
 
 </Directory>