You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2015/03/25 19:36:16 UTC

svn commit: r1669200 - in /httpd/httpd/trunk/docs/manual/mod: mod_ext_filter.html.en mod_ext_filter.xml

Author: rbowen
Date: Wed Mar 25 18:36:16 2015
New Revision: 1669200

URL: http://svn.apache.org/r1669200
Log:
Suggestion to see mod_substitute, as per
http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html#comment_3822

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en?rev=1669200&r1=1669199&r2=1669200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en Wed Mar 25 18:36:16 2015
@@ -149,6 +149,11 @@ ExtFilterDefine fixtext mode=output inty
     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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml?rev=1669200&r1=1669199&r2=1669200&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml Wed Mar 25 18:36:16 2015
@@ -135,6 +135,11 @@ ExtFilterDefine fixtext mode=output inty
     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>