Commit 7e1ac9cd authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent f44015e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>