From: Rich Bowen Date: Wed, 25 Mar 2015 18:44:05 +0000 (+0000) Subject: http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html#comment_3822 X-Git-Tag: 2.4.13~321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e040eff0e8cf4fed17d16ecc21728bd86d3a0690;p=thirdparty%2Fapache%2Fhttpd.git http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html#comment_3822 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1669205 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 0cdd03e74f3..80ca049e5aa 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -149,6 +149,11 @@ ExtFilterDefine fixtext mode=output intype=text/html \ SetOutputFilter fixtext </Location> + +
+

You can do the same thing using mod_substitute +without invoking an external process.

+

Tracing another filter

diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index e47d180f772..75f375897df 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -135,6 +135,11 @@ ExtFilterDefine fixtext mode=output intype=text/html \ SetOutputFilter fixtext </Location> + + +

You can do the same thing using mod_substitute +without invoking an external process.

+
Tracing another filter