]> granicus.if.org Git - apache/commitdiff
Missing </section> tag from whenever this was last modified.
authorRich Bowen <rbowen@apache.org>
Tue, 29 Dec 2009 01:15:34 +0000 (01:15 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 29 Dec 2009 01:15:34 +0000 (01:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894290 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_filter.html.en
docs/manual/mod/mod_filter.xml

index 179d85232fa1055b59810730006e361f93869d9f..0127ac1597eb2f211a2e88c3655c74571a11b8f2 100644 (file)
@@ -55,6 +55,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#smart">Smart Filtering</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#terms">Filter Declarations, Providers and Chains</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#config">Configuring the Chain</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#errordocs">Filtering and Response Status</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#upgrade">Upgrading from HTTPD 2.2 Configuration</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#protocol">Protocol Handling</a></li>
 </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
+<h2><a name="errordocs" id="errordocs">Filtering and Response Status</a></h2>
+    <p>mod_filter normally only runs filters on responses with
+    HTTP status 200 (OK).  If you want to filter documents with
+    other response statuses, you can set the <var>filter-errordocs</var>
+    environment variable, and it will work on all responses
+    regardless of status.  To refine this further, you can use
+    expression conditions with <code class="directive">FilterProvider</code>.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
 <h2><a name="upgrade" id="upgrade">Upgrading from HTTPD 2.2 Configuration</a></h2>
     <p>The <code class="directive"><a href="#filterprovider">FilterProvider</a></code>
     directive has changed from HTTPD 2.2: the <var>match</var> and
index dbab59f46b4864ee1bdb3cb26809a7e9bfabe983..80f15499578b723c8ad04036ec94a52615019205 100644 (file)
     filters declared, offering the flexibility to insert filters at the
     beginning or end of the chain, remove a filter, or clear the chain.</dd>
 </dl>
+</section>
 <section id="errordocs"><title>Filtering and Response Status</title>
     <p>mod_filter normally only runs filters on responses with
     HTTP status 200 (OK).  If you want to filter documents with