]> granicus.if.org Git - apache/commitdiff
Someone pointed out that we were running the images through the INCLUDE
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 15:29:21 +0000 (15:29 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 28 Aug 2001 15:29:21 +0000 (15:29 +0000)
  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
docs/conf/httpd-win.conf

index 1b7d168410846339d9fff51400b29195f09ab29a..f9f965c21b97462a00fc51b8b8461502b2d73bad 100644 (file)
@@ -871,8 +871,8 @@ AddType application/x-tar .tgz
     <Directory "@@ServerRoot@@/error">
         AllowOverride None
         Options IncludesNoExec
+        AddOutputFilter Includes html
         AddHandler type-map var
-        SetOutputFilter Includes
         Order allow,deny
         Allow from all
     </Directory>
index a4cb2b75b8ef3c99df4a9b03a4c929bc8ecfcacd..3ff0656bc2a683e0450b2cc7a5dc8835dda159a3 100644 (file)
@@ -774,8 +774,8 @@ AddType application/x-tar .tgz
     <Directory "@@ServerRoot@@/error">
         AllowOverride None
         Options IncludesNoExec
+        AddOutputFilter Includes html
         AddHandler type-map var
-        SetOutputFilter Includes
         Order allow,deny
         Allow from all
     </Directory>