From 396bc6df6a95627effa956774a54f79d05669c93 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 28 Aug 2001 15:29:21 +0000 Subject: [PATCH] Someone pointed out that we were running the images through the INCLUDE filter. This fixes it, in a sort of hackish way. I don't remember who noticed this, sorry :( git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90758 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 2 +- docs/conf/httpd-win.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 1b7d168410..f9f965c21b 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -871,8 +871,8 @@ AddType application/x-tar .tgz AllowOverride None Options IncludesNoExec + AddOutputFilter Includes html AddHandler type-map var - SetOutputFilter Includes Order allow,deny Allow from all diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index a4cb2b75b8..3ff0656bc2 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -774,8 +774,8 @@ AddType application/x-tar .tgz AllowOverride None Options IncludesNoExec + AddOutputFilter Includes html AddHandler type-map var - SetOutputFilter Includes Order allow,deny Allow from all -- 2.40.0