From: Rich Bowen Date: Tue, 29 Dec 2009 01:15:34 +0000 (+0000) Subject: Missing tag from whenever this was last modified. X-Git-Tag: 2.3.5~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=818ccfebfd129c5e742222b7d8b7efb09a1df379;p=apache Missing tag from whenever this was last modified. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894290 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en index 179d85232f..0127ac1597 100644 --- a/docs/manual/mod/mod_filter.html.en +++ b/docs/manual/mod/mod_filter.html.en @@ -55,6 +55,7 @@
  • Smart Filtering
  • Filter Declarations, Providers and Chains
  • Configuring the Chain
  • +
  • Filtering and Response Status
  • Upgrading from HTTPD 2.2 Configuration
  • Examples
  • Protocol Handling
  • @@ -142,6 +143,15 @@
    top
    +

    Filtering and Response Status

    +

    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 filter-errordocs + environment variable, and it will work on all responses + regardless of status. To refine this further, you can use + expression conditions with FilterProvider.

    +
    top
    +

    Upgrading from HTTPD 2.2 Configuration

    The FilterProvider directive has changed from HTTPD 2.2: the match and diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml index dbab59f46b..80f1549957 100644 --- a/docs/manual/mod/mod_filter.xml +++ b/docs/manual/mod/mod_filter.xml @@ -127,6 +127,7 @@ filters declared, offering the flexibility to insert filters at the beginning or end of the chain, remove a filter, or clear the chain. +

    Filtering and Response Status

    mod_filter normally only runs filters on responses with HTTP status 200 (OK). If you want to filter documents with