From: Stefan Fritsch
Date: Thu, 15 Sep 2011 21:07:32 +0000 (+0000)
Subject: update xforms
X-Git-Tag: 2.3.15~247
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d45bc29dec6799eeeb511c4134083eaccf997ac2;p=thirdparty%2Fapache%2Fhttpd.git
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171274 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en
index 6775554d2fb..80c54f81550 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.

@@ -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
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index 0d417db1d55..dbb12cc9f59 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -1456,6 +1456,11 @@ This referenced file is simply the concatenation of the various PEM-encoded
certificate files. Upon startup, each client certificate configured will
be examined and a chain of trust will be constructed.
+Security warning
+
If this directive is enabled, all of the certificates in the file will be
+trusted as if they were also in
+SSLProxyCACertificateFile.
+
Example
SSLProxyMachineCertificateChainFile /usr/local/apache2/conf/ssl.crt/proxyCA.pem
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en
index 2ca9f2b8e54..fe73ad4b7a6 100644
--- a/docs/manual/new_features_2_4.html.en
+++ b/docs/manual/new_features_2_4.html.en
@@ -251,7 +251,7 @@
- We now have a general-purpose expression parser, whose API is
exposed in ap_expr.h. This is adapted from the
expression parser previously implemented in
-
mod_include.
+ mod_ssl.
- Authorization Logic Containers
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
index 9b1edbef630..0f5f696c968 100644
--- a/docs/manual/upgrading.html.en
+++ b/docs/manual/upgrading.html.en
@@ -265,8 +265,12 @@
warning. Any address/port combination appearing in multiple
virtual hosts is implicitly treated as a name-based virtual host.
+
+ mod_deflate will now skip compression if it knows
+ that the size overhead added by the compression is larger than the data
+ to be compressed.
+
-

diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr
index f370fa547cc..30760f2f87e 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 256beafdab4..eac0d55db25 100644
--- a/docs/manual/upgrading.xml.fr
+++ b/docs/manual/upgrading.xml.fr
@@ -3,7 +3,7 @@
-
+