From: Erik Abele Date: Tue, 13 Aug 2002 19:11:12 +0000 (+0000) Subject: Fixed links. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71fbbb396e6498c60dbbac94a9c05e08672da94e;p=apache Fixed links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96365 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index 7e1e06915c..a5a5e22996 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
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,7 @@ 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 and AddOutputFilter directives.

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

diff --git a/docs/manual/filter.xml b/docs/manual/filter.xml index c3493b2b06..2bd93f5f83 100644 --- a/docs/manual/filter.xml +++ b/docs/manual/filter.xml @@ -24,8 +24,8 @@ AddOutputFilter ExtFilterDefine ExtFilterOptions - SetInputFilter - SetOutputFilter + SetInputFilter + SetOutputFilter @@ -40,10 +40,10 @@ 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, SetInputFilter, SetOutputFilter, AddInputFilter, and AddInputFilter and AddOutputFilter directives.

The following user-selectable filters are currently provided @@ -61,7 +61,3 @@ for external programs to be defined as filters.

- - - -