mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user