From: André Malo Date: Fri, 18 Nov 2005 19:51:49 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.1.10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b9b3adbf5038eb2294ca4fe94a416eae42b9204;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@345552 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index ebba31e68ab..b748c2423d2 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -48,17 +48,19 @@ independent of the traditional request processing phases.

Some examples of filtering in the standard Apache distribution are:

-

Apache also uses a number of filters internally, to perform +

Apache also uses a number of filters internally to perform functions like chunking and byte-range handling.

-

A wider range of applications are implemented by third-party -filter modules. A few of these are:

+

A wider range of applications are implemented by third-party filter +modules available from modules.apache.org and +elsewhere. A few of these are:

+ @@ -98,11 +100,11 @@ document is not already in the desired charset

Using Filters

There are two ways to use filtering: Simple and Dynamic. -In general, you should use one or the other: mixing them can +In general, you should use one or the other; mixing them can have unexpected consequences (although simple Input filtering -can be mixed freely with either simple or dynamic Output filtering!

+can be mixed freely with either simple or dynamic Output filtering).

The Simple Way is the only way to configure input filters, and is -suficient for output filters where you need a static filter chain. +sufficient for output filters where you need a static filter chain. Relevant directives are SetInputFilter, SetOutputFilter, @@ -115,11 +117,13 @@ Relevant directives are of output filters, as discussed in the mod_filter page. Relevant directives are FilterChain, - FilterDeclare, + FilterDeclare, and FilterProvider.

-

One further directive AddOutputFilterByType is still supported, -but may be problematic and is now deprecated. Use dynamic configuration -instead.

+ +

One further directive AddOutputFilterByType is still supported, +but may be problematic and is now deprecated. Use dynamic +configuration instead.

+

Available Languages:  en  | diff --git a/docs/manual/filter.xml.es b/docs/manual/filter.xml.es index 33342e65269..2224fce582a 100644 --- a/docs/manual/filter.xml.es +++ b/docs/manual/filter.xml.es @@ -1,7 +1,7 @@ - + + + + + +