Commit 3f2c8d09 authored by Joshua Slive's avatar Joshua Slive
Browse files

Take 4: The last one worked for me, but Ralf says it's not portable.

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
parent 578b28e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ AddType application/x-tar .tgz
#
# To use server-parsed HTML files
#
#<FilesMatch "\.shtml(\.|$)">
#<FilesMatch "\.shtml(\..+)?$">
#    SetOutputFilter INCLUDES
#</FilesMatch>