]> granicus.if.org Git - apache/commitdiff
Clean up the filter.html and handler.html files a little.
authorJoshua Slive <slive@apache.org>
Sun, 11 Feb 2001 05:58:19 +0000 (05:58 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 11 Feb 2001 05:58:19 +0000 (05:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88087 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/filter.html
docs/manual/filter.html.en
docs/manual/handler.html
docs/manual/handler.html.en

index 9cdcb201d9fbd6937a96fc7aea39f56560b381dc..c62b4315b0f797d7552cda361a048b44cd415945 100644 (file)
 </td>
 </tr></table>
 
-
 <p>A <em>filter</em> is a process which is applied to data that is
 sent or received by the server.  Data sent by clients to the server
 is processed by <em>input filters</em> while data sent by the
 server to the client is processed by <em>output filters</em>.
 Multiple filters can be applied to the data, and the order
-of the filters can be explicitly specified.  In addition,
-since filters apply to all content, they allow for flexible
-manipulation of data such as processing the output of 
-CGI scripts for Server Side Includes.</p>
+of the filters can be explicitly specified.</p>
 
-<p>The set of filters which apply to data can be manipulated
+<p>Filters are used internally by Apache to perform functions such as
+chunking and byte-range request handling.  In addition, modules can
+provide filters which are selectable using run-time configuration
+directives.  The set of filters which apply to data can be manipulated
 with the <code>SetInputFilter</code> and <code>SetOutputFilter</code>
 directives.</p>
 
-<p>The only filter currently included with the Apache distribution
-is the <code>INCLUDE</code> filter which is provided by 
-<a href="mod/mod_include.html">mod_include</a> to process output
-for Server Side Includes.  There is also an experimental module
-called <a href="mod/mod_ext_filter.html">mod_ext_filter</a>
-which allows for external programs to be defined as filters.</p>
-
+<p>The only configurable filter currently included with the Apache
+distribution is the <code>INCLUDES</code> filter which is provided by
+<a href="mod/mod_include.html">mod_include</a> to process output for
+Server Side Includes.  There is also an experimental module called <a
+href="mod/mod_ext_filter.html">mod_ext_filter</a> which allows for
+external programs to be defined as filters.</p>
 
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
-
index 9cdcb201d9fbd6937a96fc7aea39f56560b381dc..c62b4315b0f797d7552cda361a048b44cd415945 100644 (file)
 </td>
 </tr></table>
 
-
 <p>A <em>filter</em> is a process which is applied to data that is
 sent or received by the server.  Data sent by clients to the server
 is processed by <em>input filters</em> while data sent by the
 server to the client is processed by <em>output filters</em>.
 Multiple filters can be applied to the data, and the order
-of the filters can be explicitly specified.  In addition,
-since filters apply to all content, they allow for flexible
-manipulation of data such as processing the output of 
-CGI scripts for Server Side Includes.</p>
+of the filters can be explicitly specified.</p>
 
-<p>The set of filters which apply to data can be manipulated
+<p>Filters are used internally by Apache to perform functions such as
+chunking and byte-range request handling.  In addition, modules can
+provide filters which are selectable using run-time configuration
+directives.  The set of filters which apply to data can be manipulated
 with the <code>SetInputFilter</code> and <code>SetOutputFilter</code>
 directives.</p>
 
-<p>The only filter currently included with the Apache distribution
-is the <code>INCLUDE</code> filter which is provided by 
-<a href="mod/mod_include.html">mod_include</a> to process output
-for Server Side Includes.  There is also an experimental module
-called <a href="mod/mod_ext_filter.html">mod_ext_filter</a>
-which allows for external programs to be defined as filters.</p>
-
+<p>The only configurable filter currently included with the Apache
+distribution is the <code>INCLUDES</code> filter which is provided by
+<a href="mod/mod_include.html">mod_include</a> to process output for
+Server Side Includes.  There is also an experimental module called <a
+href="mod/mod_ext_filter.html">mod_ext_filter</a> which allows for
+external programs to be defined as filters.</p>
 
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
-
index 357ec0e77e979185d314689325bcff9741b08143..c9c2427514490daf7d010f8a8bf68db2fa5ff0de 100644 (file)
@@ -33,7 +33,6 @@
 <A HREF="mod/mod_cgi.html">mod_cgi</A><br>
 <A HREF="mod/mod_imap.html">mod_imap</A><br>
 <A HREF="mod/mod_info.html">mod_info</A><br>
-<A HREF="mod/mod_include.html">mod_include</A><br>
 <a href="mod/mod_mime.html">mod_mime</a><br>
 <A HREF="mod/mod_negotiation.html">mod_negotiation</A><br>
 <A HREF="mod/mod_status.html">mod_status</A><br>
@@ -85,9 +84,6 @@ handlers in the standard distribution are as follows:</P>
 <LI><STRONG>server-info</STRONG>:
     Get the server's configuration information.
     (<A HREF="mod/mod_info.html">mod_info</A>)
-<LI><STRONG>server-parsed</STRONG>:
-    Parse for server-side includes.
-    (<A HREF="mod/mod_include.html">mod_include</A>)
 <LI><STRONG>server-status</STRONG>:
     Get the server's status report.
     (<A HREF="mod/mod_status.html">mod_status</A>)
index 357ec0e77e979185d314689325bcff9741b08143..c9c2427514490daf7d010f8a8bf68db2fa5ff0de 100644 (file)
@@ -33,7 +33,6 @@
 <A HREF="mod/mod_cgi.html">mod_cgi</A><br>
 <A HREF="mod/mod_imap.html">mod_imap</A><br>
 <A HREF="mod/mod_info.html">mod_info</A><br>
-<A HREF="mod/mod_include.html">mod_include</A><br>
 <a href="mod/mod_mime.html">mod_mime</a><br>
 <A HREF="mod/mod_negotiation.html">mod_negotiation</A><br>
 <A HREF="mod/mod_status.html">mod_status</A><br>
@@ -85,9 +84,6 @@ handlers in the standard distribution are as follows:</P>
 <LI><STRONG>server-info</STRONG>:
     Get the server's configuration information.
     (<A HREF="mod/mod_info.html">mod_info</A>)
-<LI><STRONG>server-parsed</STRONG>:
-    Parse for server-side includes.
-    (<A HREF="mod/mod_include.html">mod_include</A>)
 <LI><STRONG>server-status</STRONG>:
     Get the server's status report.
     (<A HREF="mod/mod_status.html">mod_status</A>)