]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
doc change=no
authorEric Covener <covener@apache.org>
Sat, 14 Sep 2013 21:03:11 +0000 (21:03 +0000)
committerEric Covener <covener@apache.org>
Sat, 14 Sep 2013 21:03:11 +0000 (21:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1523323 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_filter.xml

index 487f0b42dbc06f8009074d2225753ba6a1baacd8..280ff4ee5d5022258b6506615e789553917f45d3 100644 (file)
@@ -404,12 +404,19 @@ for a complete reference and examples.</seealso>
     With two arguments it applies to a <var>filter-name</var> whenever the
     filter runs <em>any</em> provider.</p>
 
+    <p>Flags specified with this directive are merged with the flags 
+    that underlying providers may have registerd with 
+    <module>mod_filter</module>. For example, a filter may internally specify
+    the equivalent of <code>change=yes</code>, but a particular 
+    configuration of the module can override with <code>change=no</code>.
+    </p>
+
     <p><var>proto-flags</var> is one or more of</p>
 
     <dl>
-    <dt><code>change=yes</code></dt>
-    <dd>The filter changes the content, including possibly the content
-    length</dd>
+    <dt><code>change=yes|no</code></dt>
+    <dd>Specifies whether the filter changes the content, including possibly 
+    the content length.</dd>
 
     <dt><code>change=1:1</code></dt>
     <dd>The filter changes the content, but will not change the content