]> granicus.if.org Git - apache/commitdiff
Allow us to use INCLUDES on files with multiple extensions, and use
authorRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 23:53:07 +0000 (23:53 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 23:53:07 +0000 (23:53 +0000)
FilesMatch instead of Files ~.
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88074 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf

index af71f7ffffa09fb04562c2fadd39ea965f64d4aa..8c7d089bc0b08c32d7326e59209024322775eeea 100644 (file)
@@ -752,9 +752,9 @@ AddType application/x-tar .tgz
 #
 # To use server-parsed HTML files
 #
-#<Files ~ "\.shtml$">
+#<FilesMatch "\.shtml[.$]">
 #    SetOutputFilter INCLUDES
-#</Files>
+#</FilesMatch>
 
 #
 # Uncomment the following line to enable Apache's send-asis HTTP file