From: André Malo Date: Fri, 9 Aug 2013 19:21:42 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.2.26~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d80e35c9869175ea32b9311cd31b740788bfc42;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1512459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/filter.html.fr b/docs/manual/filter.html.fr index b27d750d651..c1514e688be 100644 --- a/docs/manual/filter.html.fr +++ b/docs/manual/filter.html.fr @@ -45,7 +45,8 @@ et permet aux applications de traiter les données en entrée et en sortie d'une manière hautement flexible et configurable, quelle que soit la provenance de ces données. Il est possible de pré-traiter les données -en entrée, et post-traiter les données en sortie, comme souhaité. +en entrée, et post-traiter les données en sortie, selon vos +souhaits. Ces traitements sont tout à fait indépendants des traditionnelles phases de traitement des requêtes.

diff --git a/docs/manual/mod/mod_authnz_ldap.html.fr b/docs/manual/mod/mod_authnz_ldap.html.fr index 7254bdc2d63..9ff0ddb9bd3 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.fr +++ b/docs/manual/mod/mod_authnz_ldap.html.fr @@ -787,6 +787,22 @@ connexion vous en avez vraiment besoin pour effectuer une recherche dans l'annuaire.

+

Si la chaîne spécifiée comme mot de passe commence par exec: , la + commande correspondante est exécutée, et c'est la première ligne qui + sera renvoyée par la commande sur la sortie standard qui sera + utilisée comme mot de passe.

+
+# Mot de passe spécifié directement
+AuthLDAPBindPassword secret
+
+# Exécution de /path/to/program pour obtenir le mot de passe
+AuthLDAPBindPassword exec:/path/to/program
+
+# Exécution de /path/to/program avec un argument pour obtenir le mot de passe
+AuthLDAPBindPassword "exec:/path/to/otherProgram argument1"
+
+ +
top

AuthLDAPCharsetConfig Directive

diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 4414588edb2..6f2ca4450e2 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -1298,6 +1298,15 @@ l'espace d'URLs du serveur local est le même qu'avec les autres erreurs de worker. Disponible à partir de la version 2.2.17 du serveur HTTP Apache. + failontimeout + Off + Si ce paramètre est défini à "On", un délai d'attente + dépassé en entrée/sortie après envoi d'une requête au serveur + d'arrière-plan va mettre le processus en état d'erreur. La + sortie de cet état d'erreur se passe de la même façon que pour + les autres erreurs. Disponible à partir de la version 2.2.25 du + serveur HTTP Apache. + forcerecovery On Force la récupération immédiate de tous les membres du diff --git a/docs/manual/mod/mod_proxy_http.html.fr b/docs/manual/mod/mod_proxy_http.html.fr index 8f3f8e44708..d2980c141be 100644 --- a/docs/manual/mod/mod_proxy_http.html.fr +++ b/docs/manual/mod/mod_proxy_http.html.fr @@ -70,7 +70,9 @@

Outre les directives de configuration qui contrôlent le comportement de mod_proxy, plusieurs variables d'environnement permettent de contrôler le fournisseur du - protocole HTTP :

+ protocole HTTP. Parmi les variables suivantes, celle qui ne + nécessitent pas de valeur particulière sont définies quelle que soit + la valeur qu'on leur affecte.

proxy-sendextracrlf
Provoque l'envoi par le mandataire d'une nouvelle ligne diff --git a/docs/manual/mod/mod_proxy_http.html.ja.utf8 b/docs/manual/mod/mod_proxy_http.html.ja.utf8 index 3b13065cbcf..3b7d693d30c 100644 --- a/docs/manual/mod/mod_proxy_http.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy_http.html.ja.utf8 @@ -28,6 +28,10 @@  fr  |  ja 

+
この日本語訳はすでに古くなっている + 可能性があります。 + 最近更新された内容を見るには英語版をご覧下さい。 +
diff --git a/docs/manual/mod/mod_proxy_http.xml.meta b/docs/manual/mod/mod_proxy_http.xml.meta index 147125b828f..48cd9192b84 100644 --- a/docs/manual/mod/mod_proxy_http.xml.meta +++ b/docs/manual/mod/mod_proxy_http.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 7362048d99e..1f891f2702a 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -589,16 +589,21 @@ SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
top

SSLCompression Directive

説明:mod_proxy のための HTTP サポートモジュール
ステータス:Extension
モジュール識別子:proxy_http_module
- + - + +virtual host scope available if using OpenSSL 1.0.0 or later. +The default used to be on in versions 2.2.24 to 2.2.25.
Description:Disallow compression on the SSL level
Description:Enable compression on the SSL level
Syntax:SSLCompression on|off
Default:SSLCompression on
Default:SSLCompression off
Context:server config, virtual host
Status:Extension
Module:mod_ssl
Compatibility:Available in httpd 2.2.24 and later, if using OpenSSL 0.9.8 or later; -virtual host scope available if using OpenSSL 1.0.0 or later
-

This directive allows to disable compression on the SSL level.

+

This directive allows to enable compression on the SSL level.

+
+

Enabling compression causes security issues in most setups (the so called +CRIME attack).

+
top
@@ -1247,7 +1252,7 @@ SSLProxyEngine on
Override:Not applicable Status:Extension Module:mod_ssl -Compatibility:Available in Apache 2.2.22 and later +Compatibility:Available in Apache 2.2.23 and later

This directive sets the all-in-one file where you keep the certificate chain diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index d37f54d5e1b..aa53fec37c0 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -685,7 +685,7 @@ wird Dokumenten ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCKonfiguriert den HTTP-Response-Header Server -SetEnv env-variable valuesvdhBSets environment variables +SetEnv env-variable [value]svdhBSets environment variables SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...svdhBSets environment variables based on attributes of the request @@ -727,7 +727,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 434c16f7b39..dddcca2b9f4 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -707,7 +707,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index c9bb8d41bbf..09ce7300f24 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -671,7 +671,7 @@ is accessed by an incompatible browser ServerSignature On|Off|EMail Off svdhCConfigures the footer on server-generated documents ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCConfigures the Server HTTP response header -SetEnv env-variable valuesvdhBSets environment variables +SetEnv env-variable [value]svdhBSets environment variables SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...svdhBSets environment variables based on attributes of the request @@ -714,7 +714,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 032cfe7edb9..fb1e008ff2c 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -643,7 +643,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 0df3b525e7b..d6c9cb7776c 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -657,7 +657,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.ru.koi8-r b/docs/manual/mod/quickreference.html.ru.koi8-r index 367fa0ad501..6fcee07d45a 100644 --- a/docs/manual/mod/quickreference.html.ru.koi8-r +++ b/docs/manual/mod/quickreference.html.ru.koi8-r @@ -669,7 +669,7 @@ is accessed by an incompatible browser ServerSignature On|Off|EMail Off svdhCConfigures the footer on server-generated documents ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCConfigures the Server HTTP response header -SetEnv env-variable valuesvdhBSets environment variables +SetEnv env-variable [value]svdhBSets environment variables SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...svdhBSets environment variables based on attributes of the request @@ -712,7 +712,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 2c45f3f42da..48fd7dbcb27 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -717,7 +717,7 @@ Client Auth SSLCertificateKeyFile file-pathskEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +skdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on skEDisallow compression on the SSL level +SSLCompression on|off off skEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off skESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn index 4cede66b4c6..b5a8be88321 100644 --- a/docs/manual/mod/quickreference.html.zh-cn +++ b/docs/manual/mod/quickreference.html.zh-cn @@ -659,7 +659,7 @@ is accessed by an incompatible browser ServerSignature On|Off|EMail Off svdhCConfigures the footer on server-generated documents ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCConfigures the Server HTTP response header -SetEnv env-variable valuesvdhBSets environment variables +SetEnv env-variable [value]svdhBSets environment variables SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...svdhBSets environment variables based on attributes of the request @@ -702,7 +702,7 @@ Client Auth SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCompression on|off on svEDisallow compression on the SSL level +SSLCompression on|off off svEEnable compression on the SSL level SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator SSLEngine on|off|optional off svESSL Engine Operation Switch SSLFIPS on|off off sESSL FIPS mode Switch diff --git a/docs/manual/stopping.html.fr b/docs/manual/stopping.html.fr index d9de31bb29e..3de906099a5 100644 --- a/docs/manual/stopping.html.fr +++ b/docs/manual/stopping.html.fr @@ -147,7 +147,8 @@ tableau utilisé pour garder la trace de tous les processus enfants au cours des différentes générations.

-

Le module status utilise aussi un G afin d'indiquer +

Dans son état des processus, + le module status utilise aussi un G afin d'indiquer quels processus enfants ont encore des traitements de requêtes en cours débutés avant que l'ordre graceful restart ne soit donné.