]> granicus.if.org Git - apache/commitdiff
refer to background information on filters and mod_deflate where
authorJeff Trawick <trawick@apache.org>
Wed, 20 Feb 2002 15:28:37 +0000 (15:28 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Feb 2002 15:28:37 +0000 (15:28 +0000)
appropriate

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93511 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ext_filter.html

index 98d2d1ebba890337e093ff4521e5166a7ee4052d..4bc76ab588939365cab3936d7b3de84a84f7f355 100644 (file)
@@ -16,7 +16,7 @@
     <h1 align="CENTER">Module mod_ext_filter</h1>
 
     <p>This module provides the ability to pass the response body
-    through an external program before delivering to the
+    through an external program before delivery to the
     client.</p>
 
     <p><a href="module-dict.html#Status"
@@ -33,8 +33,9 @@
     <p>This is an <strong>experimental</strong> module and should
     be used with care. Test your <code>mod_ext_filter</code>
     configuration carefully to ensure that it performs the desired
-    function. You may wish to review XXX for background on the
-    Apache filtering model.</p>
+    function. You may wish to review <a href="../filter.html">
+    this information</a> for background on the Apache filtering 
+    model.</p>
 
     <p><code>mod_ext_filter</code> presents a simple and familiar
     programming model for filters. With this module, a program
  
 </pre>
 
+  <p>Note: this gzip example is just for the purposes of
+  illustration.  Please refer to <a href="mod_deflate.html">
+  mod_deflate</a> for a practical implementation.</p>
+
     <h3>Slowing down the server</h3>
 <pre>
   # mod_ext_filter directive to define a filter which runs everything