-Description: | Log userdefined message to error log
+ |
---|
Description: | Log user-defined message to error log
|
Syntax: | LogMessage message
[hook=hook] [expr=expression]
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr
index ea54a577c3..d6ab64aae2 100644
--- a/docs/manual/mod/mod_rewrite.html.fr
+++ b/docs/manual/mod/mod_rewrite.html.fr
@@ -27,8 +27,6 @@
Langues Disponibles: en |
fr
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
Description: | Ce module fournit un moteur de réécriture à base de
règles permettant de réécrire les URLs des requêtes
à la volée |
@@ -375,7 +373,10 @@ la r
Si la chaîne de test contient la valeur spéciale
expr , expression de comparaison sera traité
- en tant qu'expression rationnelle de type ap_expr.
+ en tant qu'expression rationnelle de type ap_expr. Si des en-têtes HTTP sont
+ référencés dans l'expression rationnelle, et si le drapeau
+ novary n'est pas activé, ils seront ajoutés à
+ l'en-tête Vary.
Autres points à connaître ::
@@ -1453,7 +1454,7 @@ redondant)
Dans une configuration de niveau répertoire pour
/chemin
- (/chemin/physique/vers/chemin/.htaccess , avec
+ (/chemin/physique/vers/chemin/.htacccess , avec
RewriteBase /chemin )
pour la requête ``GET
/chemin/chemin-local/infochemin '':
diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta
index 0be21e86f4..decc0a7b1e 100644
--- a/docs/manual/mod/mod_rewrite.xml.meta
+++ b/docs/manual/mod/mod_rewrite.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index fa56a50585..39d665511c 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -33,8 +33,8 @@ Layer (SSL) and Transport Layer Security (TLS) protocols
Source File: | mod_ssl.c |
---|
Summary
-This module provides SSL v2/v3 and TLS v1 support for the Apache
-HTTP Server.
+This module provides SSL v3 and TLS v1.x support for the Apache
+HTTP Server. SSL v2 is no longer supported.
This module relies on OpenSSL
to provide the cryptography engine.
@@ -628,23 +628,24 @@ An SSL cipher specification in cipher-spec is composed of 4 major
attributes plus a few extra minor ones:
- Key Exchange Algorithm:
- RSA or Diffie-Hellman variants.
+ RSA, Diffie-Hellman, Elliptic Curve Diffie-Hellman, Secure Remote Password
- Authentication Algorithm:
- RSA, Diffie-Hellman, DSS or none.
+ RSA, Diffie-Hellman, DSS, ECDSA, or none.
- Cipher/Encryption Algorithm:
- DES, Triple-DES, RC4, RC2, IDEA or none.
+ AES, DES, Triple-DES, RC4, RC2, IDEA, etc.
- MAC Digest Algorithm:
- MD5, SHA or SHA1.
+ MD5, SHA or SHA1, SHA256, SHA384.
-An SSL cipher can also be an export cipher and is either an SSLv2 or SSLv3/TLSv1
-cipher (here TLSv1 is equivalent to SSLv3). To specify which ciphers to use,
-one can either specify all the Ciphers, one at a time, or use aliases to
-specify the preference and order for the ciphers (see Table
-1).
+An SSL cipher can also be an export cipher. SSLv2 ciphers are no longer
+supported. To specify which ciphers to use, one can either specify all the
+Ciphers, one at a time, or use aliases to specify the preference and order
+for the ciphers (see Table
+1). The actually available ciphers and aliases depends on the used
+openssl version. Newer openssl versions may include additional ciphers.
Now where this becomes interesting is that these can be put together
to specify the order and ciphers you wish to use. To speed this up
-there are also aliases (SSLv2, SSLv3, TLSv1, EXP, LOW, MEDIUM,
+there are also aliases (SSLv3, TLSv1, EXP, LOW, MEDIUM,
HIGH ) for certain groups of ciphers. These tags can be joined
together with prefixes to form the cipher-spec. Available
prefixes are:
@@ -731,21 +738,13 @@ SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
Cipher-Tag | Protocol | Key Ex. | Auth. | Enc. | MAC | Type |
RSA Ciphers: |
DES-CBC3-SHA | SSLv3 | RSA | RSA | 3DES(168) | SHA1 | |
-DES-CBC3-MD5 | SSLv2 | RSA | RSA | 3DES(168) | MD5 | |
IDEA-CBC-SHA | SSLv3 | RSA | RSA | IDEA(128) | SHA1 | |
RC4-SHA | SSLv3 | RSA | RSA | RC4(128) | SHA1 | |
RC4-MD5 | SSLv3 | RSA | RSA | RC4(128) | MD5 | |
-IDEA-CBC-MD5 | SSLv2 | RSA | RSA | IDEA(128) | MD5 | |
-RC2-CBC-MD5 | SSLv2 | RSA | RSA | RC2(128) | MD5 | |
-RC4-MD5 | SSLv2 | RSA | RSA | RC4(128) | MD5 | |
DES-CBC-SHA | SSLv3 | RSA | RSA | DES(56) | SHA1 | |
-RC4-64-MD5 | SSLv2 | RSA | RSA | RC4(64) | MD5 | |
-DES-CBC-MD5 | SSLv2 | RSA | RSA | DES(56) | MD5 | |
EXP-DES-CBC-SHA | SSLv3 | RSA(512) | RSA | DES(40) | SHA1 | export |
EXP-RC2-CBC-MD5 | SSLv3 | RSA(512) | RSA | RC2(40) | MD5 | export |
EXP-RC4-MD5 | SSLv3 | RSA(512) | RSA | RC4(40) | MD5 | export |
-EXP-RC2-CBC-MD5 | SSLv2 | RSA(512) | RSA | RC2(40) | MD5 | export |
-EXP-RC4-MD5 | SSLv2 | RSA(512) | RSA | RC4(40) | MD5 | export |
NULL-SHA | SSLv3 | RSA | RSA | None | SHA1 | |
NULL-MD5 | SSLv3 | RSA | RSA | None | MD5 | |
Diffie-Hellman Ciphers: |
@@ -1242,14 +1241,14 @@ The available (case-insensitive) protocols are:
This is the Secure Sockets Layer (SSL) protocol, version 3.0, from
the Netscape Corporation.
- It is the successor to SSLv2 and the predecessor to TLSv1. It's supported by
- almost all popular browsers.
+ It is the successor to SSLv2 and the predecessor to TLSv1.
TLSv1
This is the Transport Layer Security (TLS) protocol, version 1.0.
It is the successor to SSLv3 and is defined in
- RFC 2246.
+ RFC 2246.
+ It is supported by nearly every client.
TLSv1.1 (when using OpenSSL 1.0.1 and later)
@@ -1460,7 +1459,7 @@ SSLProxyCheckPeerExpire on
Description: | Cipher Suite available for negotiation in SSL
proxy handshake |
Syntax: | SSLProxyCipherSuite cipher-spec |
-Default: | SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP |
+Default: | SSLProxyCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP |
Context: | server config, virtual host, directory, .htaccess |
Override: | AuthConfig |
Status: | Extension |
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 48f967306a..33abe49257 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -565,7 +565,7 @@ regul
LogLevel Level | warn | sv | C | Steuert die Ausführlichkeit des Fehlerprotokolls |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X | Log userdefined message to error log
+ | | d | X | Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X | Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en
index 7232394e96..688a150a6e 100644
--- a/docs/manual/mod/quickreference.html.en
+++ b/docs/manual/mod/quickreference.html.en
@@ -557,7 +557,7 @@ matching URLs |
warn | svd | C | Controls the verbosity of the ErrorLog |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X |
Log userdefined message to error log
+ | | d | X |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index ee9f68d7c9..72f097529a 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -564,7 +564,7 @@ matching URLs
warn | svd | C | Controls the verbosity of the ErrorLog |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X |
Log userdefined message to error log
+ | | d | X |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index f642acffde..6a86607636 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -528,7 +528,7 @@ Certificate Authority or global client certificates
LogLevel level | warn | sv | C |
ErrorLog ã®åé·æ§ãå¶å¾¡ãã |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X |
Log userdefined message to error log
+ | | d | X |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 890de9d747..4dbc7841c9 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -526,7 +526,7 @@ matching URLs
warn | svd | C | Controls the verbosity of the ErrorLog |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X |
Log userdefined message to error log
+ | | d | X |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 49dae4dcb4..3b4f5ff0ec 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -558,7 +558,7 @@ uygulanır.
warn | skd | à | Hata günlüklerinin ayrıntı seviyesini belirler. |
LogMessage message
[hook=hook] [expr=expression]
- | | d | D |
Log userdefined message to error log
+ | | d | D |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | D |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn
index c2cb9f6a73..d123db3c4b 100644
--- a/docs/manual/mod/quickreference.html.zh-cn
+++ b/docs/manual/mod/quickreference.html.zh-cn
@@ -552,7 +552,7 @@ matching URLs
warn | svd | C | Controls the verbosity of the ErrorLog |
LogMessage message
[hook=hook] [expr=expression]
- | | d | X |
Log userdefined message to error log
+ | | d | X |
Log user-defined message to error log
|
LuaAuthzProvider provider_name /path/to/lua/script.lua function_name | | s | X |
Plug an authorization provider function into mod_authz_core
|
diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr
index fad55ad893..2615534850 100644
--- a/docs/manual/upgrading.html.fr
+++ b/docs/manual/upgrading.html.fr
@@ -24,8 +24,6 @@
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
@@ -125,7 +123,7 @@ n
directives AuthzLDAPAuthoritative, AuthzDBDAuthoritative,
AuthzDBMAuthoritative, AuthzGroupFileAuthoritative,
AuthzUserAuthoritative et AuthzOwnerAuthoritative. Ces directives
- ont été remplacées par les directives plus explicites RequireAny
, RequireNone
, et RequireAall
.
+ ont été remplacées par les directives plus explicites RequireAny
, RequireNone
, et RequireAll
.
diff --git a/docs/manual/upgrading.xml.meta b/docs/manual/upgrading.xml.meta
index 1d2a68a225..aba29996bb 100644
--- a/docs/manual/upgrading.xml.meta
+++ b/docs/manual/upgrading.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
--
2.40.0