From: Jeff Trawick Date: Mon, 14 Jul 2003 18:12:36 +0000 (+0000) Subject: mention the new capability for input filters X-Git-Tag: pre_ajp_proxy~1423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1c800baba5572a0e57ee5f861efc20990d9cce8;p=apache mention the new capability for input filters git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index f739f4e40e..7a1941a02d 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -263,9 +263,10 @@ delivery to the client
mode=mode
-
mode should be output for now (the - default). In the future, mode=input will be used to - specify a filter for request bodies.
+
Use mode=output (the default) for filters which + process the response. Use mode=input for filters + which process the request. mode=input is new with + Apache 2.1.
intype=imt
diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index d9bd69d96f..8a226d0139 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -231,9 +231,10 @@ delivery to the client
mode=mode
-
mode should be output for now (the - default). In the future, mode=input will be used to - specify a filter for request bodies.
+
Use mode=output (the default) for filters which + process the response. Use mode=input for filters + which process the request. mode=input is new with + Apache 2.1.
intype=imt