From 12e1eb9a38efcb67c2e9fa58fb32f61ad048a454 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 10 Feb 2001 23:53:07 +0000 Subject: [PATCH] Allow us to use INCLUDES on files with multiple extensions, and use FilesMatch instead of Files ~. Submitted by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88074 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index af71f7ffff..8c7d089bc0 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -752,9 +752,9 @@ AddType application/x-tar .tgz # # To use server-parsed HTML files # -# +# # SetOutputFilter INCLUDES -# +# # # Uncomment the following line to enable Apache's send-asis HTTP file -- 2.50.1