From: Rich Bowen Date: Wed, 25 Mar 2015 18:36:16 +0000 (+0000) Subject: Suggestion to see mod_substitute, as per X-Git-Tag: 2.5.0-alpha~3356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81d04a05c6be5136d86bb0cf33726e0e9c94128f;p=apache Suggestion to see mod_substitute, as per 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/trunk@1669200 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 456369e04a..7578e00559 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 e47d180f77..75f375897d 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