From 5dc6e1221b4d05c329ebe7b4715fec7258bea4eb Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 14 Sep 2013 21:04:47 +0000 Subject: [PATCH] backport + compat git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523325 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_filter.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml index 780b6f572d..54e9c01bfe 100644 --- a/docs/manual/mod/mod_filter.xml +++ b/docs/manual/mod/mod_filter.xml @@ -405,12 +405,19 @@ for a complete reference and examples. With two arguments it applies to a filter-name whenever the filter runs any provider.

+

Flags specified with this directive are merged with the flags + that underlying providers may have registerd with + mod_filter. For example, a filter may internally specify + the equivalent of change=yes, but a particular + configuration of the module can override with change=no. +

+

proto-flags is one or more of

-
change=yes
-
The filter changes the content, including possibly the content - length
+
change=yes|no
+
Specifies whether the filter changes the content, including possibly + the content length. The "no" argument is supported in 2.4.7 and later.
change=1:1
The filter changes the content, but will not change the content -- 2.40.0