From d45bc29dec6799eeeb511c4134083eaccf997ac2 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 15 Sep 2011 21:07:32 +0000 Subject: [PATCH] update xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171274 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_filter.html.en | 28 ++++++---------------------- docs/manual/mod/mod_ssl.html.en | 5 +++++ docs/manual/new_features_2_4.html.en | 2 +- docs/manual/upgrading.html.en | 6 +++++- docs/manual/upgrading.html.fr | 2 ++ docs/manual/upgrading.xml.fr | 2 +- docs/manual/upgrading.xml.meta | 2 +- 7 files changed, 21 insertions(+), 26 deletions(-) diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en index 6775554d2f..80c54f8155 100644 --- a/docs/manual/mod/mod_filter.html.en +++ b/docs/manual/mod/mod_filter.html.en @@ -72,13 +72,9 @@

mod_filter by contrast gives server administrators a great deal of flexibility in configuring the filter chain. In fact, - filters can be inserted based on any Request Header, Response Header - or Environment Variable. This generalises the limited flexibility offered - by AddOutputFilterByType, and fixes - it to work correctly with dynamic content, regardless of the - content generator. The ability to dispatch based on Environment - Variables offers the full flexibility of configuration with - mod_rewrite to anyone who needs it.

+ filters can be inserted based on complex boolean + expressions This generalises the limited + flexibility offered by AddOutputFilterByType.

top

Filter Declarations, Providers and Chains

@@ -275,12 +271,11 @@ Override:FileInfo Status:Base Module:mod_filter -Compatibility:Available in Apache httpd 2.0.33 and later; deprecated in Apache httpd 2.1 and later +Compatibility:Version 2.0.33 and later; had severe limitations before +being moved to mod_filter in version 2.3.7

This directive activates a particular output filter for a request depending on the - response media-type. Because of certain - problems discussed below, this directive is deprecated. The same - functionality is available using mod_filter.

+ response media-type.

The following example uses the DEFLATE filter, which is provided by mod_deflate. It will compress all @@ -311,17 +306,6 @@ </Location>

-

Note

-

Enabling filters with AddOutputFilterByType - may fail partially or completely in some cases. For example, no - filters are applied if the media-type could not - be determined. If you want to make sure that the filters will be - applied, assign the content type to a resource explicitly; for - example, with AddType or - ForceType. Setting the - content type within a (non-nph) CGI script is also safe.

- -

See also

-
top
diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr index f370fa547c..30760f2f87 100644 --- a/docs/manual/upgrading.html.fr +++ b/docs/manual/upgrading.html.fr @@ -21,6 +21,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Afin d'assister les utilisateurs lors de leurs opérations de mise à jour, nous maintenons un document diff --git a/docs/manual/upgrading.xml.fr b/docs/manual/upgrading.xml.fr index 256beafdab..eac0d55db2 100644 --- a/docs/manual/upgrading.xml.fr +++ b/docs/manual/upgrading.xml.fr @@ -3,7 +3,7 @@ - +