From 25a2bf9c67b5f8e481e0f02ef6ec473199df16e8 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 10 Feb 2001 17:15:59 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # # -- 2.50.1