From: Justin Erenkrantz Date: Mon, 2 Sep 2002 00:24:44 +0000 (+0000) Subject: Add reference to RemoveInputFilter and RemoveOutputFilter. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dca444c583b9dc7b5c658837e1d365575faf6ee;p=thirdparty%2Fapache%2Fhttpd.git Add reference to RemoveInputFilter and RemoveOutputFilter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96614 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index a5a5e22996c..8cbeb15c2b0 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -6,7 +6,7 @@

This document describes the use of filters in Apache.


Filters

-
Related Modules

mod_deflate
mod_ext_filter
mod_include
Related Directives

AddInputFilter
AddOutputFilter
ExtFilterDefine
ExtFilterOptions
SetInputFilter
SetOutputFilter
+
Related Modules

mod_deflate
mod_ext_filter
mod_include
Related Directives

AddInputFilter
AddOutputFilter
RemoveInputFilter
RemoveOutputFilter
ExtFilterDefine
ExtFilterOptions
SetInputFilter
SetOutputFilter

A filter is a process that is applied to data that is sent or received by the server. Data sent by clients to the @@ -19,7 +19,14 @@ as chunking and byte-range request handling. In addition, modules can provide filters that are selectable using run-time configuration directives. The set of filters that apply to data - can be manipulated with the SetInputFilter, SetOutputFilter, AddInputFilter and AddOutputFilter directives.

+ can be manipulated with the + SetInputFilter, + SetOutputFilter, + AddInputFilter, + AddOutputFilter, + RemoveInputFilter, and + RemoveOutputFilter + directives.

The following user-selectable filters are currently provided with the Apache HTTP Server distribution.

@@ -29,7 +36,8 @@
Server-Side Includes processing by mod_include
DEFLATE
Compress output before sending it to the client using - mod_deflate
+ mod_deflate +

In addition, the module mod_ext_filter allows diff --git a/docs/manual/filter.xml b/docs/manual/filter.xml index 2bd93f5f839..62923de5ad0 100644 --- a/docs/manual/filter.xml +++ b/docs/manual/filter.xml @@ -22,6 +22,8 @@ AddInputFilter AddOutputFilter + RemoveInputFilter + RemoveOutputFilter ExtFilterDefine ExtFilterOptions SetInputFilter @@ -40,11 +42,14 @@ as chunking and byte-range request handling. In addition, modules can provide filters that are selectable using run-time configuration directives. The set of filters that apply to data - can be manipulated with the SetInputFilter, SetOutputFilter, AddInputFilter and AddOutputFilter directives.

+ can be manipulated with the + SetInputFilter, + SetOutputFilter, + AddInputFilter, + AddOutputFilter, + RemoveInputFilter, and + RemoveOutputFilter + directives.

The following user-selectable filters are currently provided with the Apache HTTP Server distribution.

@@ -54,7 +59,8 @@
Server-Side Includes processing by mod_include
DEFLATE
Compress output before sending it to the client using - mod_deflate
+ mod_deflate +

In addition, the module mod_ext_filter allows