Commit cddfbc80 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Make the config file use SetOutputFilter, since AddOutputFilter is

dead now.
Submitted by:	Greg Stein


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88064 13f79535-47bb-0310-9956-ffa450edef68
parent bf4f6382
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -753,7 +753,7 @@ AddType application/x-tar .tgz
# To use server-parsed HTML files
#
#<Files ~ "\.shtml$">
#    AddOutputFilter INCLUDES
#    SetOutputFilter INCLUDES
#</Files>

#