]> granicus.if.org Git - apache/commitdiff
Suggestion to see mod_substitute, as per
authorRich Bowen <rbowen@apache.org>
Wed, 25 Mar 2015 18:36:16 +0000 (18:36 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 25 Mar 2015 18:36:16 +0000 (18:36 +0000)
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
docs/manual/mod/mod_ext_filter.xml

index 456369e04a83e8c54b117e8c0bab5c3f2c1b96da..7578e00559e2842928b989176a9878751529fac9 100644 (file)
@@ -149,6 +149,11 @@ ExtFilterDefine fixtext mode=output intype=text/html \
     SetOutputFilter fixtext
 &lt;/Location&gt;</pre>
 
+
+<div class="note">
+<p>You can do the same thing using <code class="module"><a href="../mod/mod_substitute.html">mod_substitute</a></code>
+without invoking an external process.</p>
+</div>
     
 
     <h3>Tracing another filter</h3>
index e47d180f772d3e51d9ead9f86a0347fd56f4e2bd..75f375897dff2d93e29dd73aa57e14a6d2d804f2 100644 (file)
@@ -135,6 +135,11 @@ ExtFilterDefine fixtext mode=output intype=text/html \
     SetOutputFilter fixtext
 &lt;/Location&gt;
       </highlight>
+
+<note>
+<p>You can do the same thing using <module>mod_substitute</module>
+without invoking an external process.</p>
+</note>
     </section>
 
     <section><title>Tracing another filter</title>