From 80cc2d48ec7e2c97f275ffd4e5bf5df6e8fe8726 Mon Sep 17 00:00:00 2001
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_deflatemod_ext_filtermod_includeRelated Directives AddInputFilterAddOutputFilterExtFilterDefineExtFilterOptionsSetInputFilterSetOutputFilterRelated Modules mod_deflatemod_ext_filtermod_includeRelated Directives AddInputFilterAddOutputFilterRemoveInputFilterRemoveOutputFilterExtFilterDefineExtFilterOptionsSetInputFilterSetOutputFilterSetInputFilter, 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_includemod_deflatemod_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