From: Ryan Bloom Date: Sat, 10 Feb 2001 17:15:59 +0000 (+0000) Subject: Make the config file use SetOutputFilter, since AddOutputFilter is X-Git-Tag: 2.0.10~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25a2bf9c67b5f8e481e0f02ef6ec473199df16e8;p=apache 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 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 678a74a9f0..af71f7ffff 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -753,7 +753,7 @@ AddType application/x-tar .tgz # To use server-parsed HTML files # # -# AddOutputFilter INCLUDES +# SetOutputFilter INCLUDES # #