From: Richard Bowen Date: Wed, 25 Mar 2015 18:36:16 +0000 (+0000) Subject: Suggestion to see mod_substitute, as per X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd91ccf319b9d4e3abbebde15849893500f15dd;p=thirdparty%2Fapache%2Fhttpd.git 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 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