Commit 1abe1657 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 67c1a490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>