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
This commit is contained in:
William A. Rowe Jr
2001-08-28 15:29:21 +00:00
parent 767bfd948e
commit 396bc6df6a
2 changed files with 2 additions and 2 deletions

View 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>

View 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>