]> granicus.if.org Git - apache/commitdiff
Take 4: The last one worked for me, but Ralf says it's not portable.
authorJoshua Slive <slive@apache.org>
Fri, 16 Feb 2001 19:59:43 +0000 (19:59 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 16 Feb 2001 19:59:43 +0000 (19:59 +0000)
Did I ever mention that having an AddOutputFilter directive that
did this stuff internally would be nice?!?!

Submitted by:   Ralf S. Engelschall

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

docs/conf/httpd-std.conf

index ea9332e8332dc6769d54c58f75bf5ee18e8565b4..dc2d0c72309304e07060c2a97b3e217b0f18d3d5 100644 (file)
@@ -752,7 +752,7 @@ AddType application/x-tar .tgz
 #
 # To use server-parsed HTML files
 #
-#<FilesMatch "\.shtml(\.|$)">
+#<FilesMatch "\.shtml(\..+)?$">
 #    SetOutputFilter INCLUDES
 #</FilesMatch>