From 3dd91ccf319b9d4e3abbebde15849893500f15dd Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Wed, 25 Mar 2015 18:36:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ext_filter.html.en | 5 +++++ docs/manual/mod/mod_ext_filter.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 456369e04a8..7578e00559e 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 -- 2.47.3