From: Justin Erenkrantz This document describes the use of filters in Apache. 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 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
SetInputFilter
, SetOutputFilter
, AddInputFilter
and AddOutputFilter
directives.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 @@mod_include
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 @@
The following user-selectable filters are currently provided with the Apache HTTP Server distribution.
@@ -54,7 +59,8 @@In addition, the module