]> granicus.if.org Git - apache/commitdiff
Make the config file use SetOutputFilter, since AddOutputFilter is
authorRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 17:15:59 +0000 (17:15 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 17:15:59 +0000 (17:15 +0000)
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

index 678a74a9f08e577cf78941380e2c58bb319007bb..af71f7ffffa09fb04562c2fadd39ea965f64d4aa 100644 (file)
@@ -753,7 +753,7 @@ AddType application/x-tar .tgz
 # To use server-parsed HTML files
 #
 #<Files ~ "\.shtml$">
-#    AddOutputFilter INCLUDES
+#    SetOutputFilter INCLUDES
 #</Files>
 
 #