From fd1d05a665f338794a698125399acacb8dd38485 Mon Sep 17 00:00:00 2001
From: Jim Jagielski
Date: Tue, 10 Jul 2018 12:21:25 +0000
Subject: [PATCH] Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835546 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/expr.html.fr | 19 ++--
docs/manual/howto/http2.html.fr | 103 +++++++++++++-----
docs/manual/mod/core.html.de | 1 +
docs/manual/mod/core.html.es | 1 +
docs/manual/mod/core.html.fr | 2 -
docs/manual/mod/core.html.ja.utf8 | 1 +
docs/manual/mod/core.html.tr.utf8 | 1 +
docs/manual/mod/mod_authnz_ldap.html.fr | 2 +-
docs/manual/mod/mod_authz_core.html.fr | 2 +
docs/manual/mod/mod_proxy.html.fr | 32 ++++--
docs/manual/mod/mod_ratelimit.html.fr | 7 +-
docs/manual/mod/mod_ratelimit.xml.meta | 2 +-
docs/manual/mod/quickreference.html.de | 8 +-
docs/manual/mod/quickreference.html.es | 8 +-
docs/manual/mod/quickreference.html.fr | 2 +-
docs/manual/mod/quickreference.html.ja.utf8 | 6 +-
docs/manual/mod/quickreference.html.ko.euc-kr | 8 +-
docs/manual/mod/quickreference.html.tr.utf8 | 8 +-
.../manual/mod/quickreference.html.zh-cn.utf8 | 8 +-
19 files changed, 146 insertions(+), 75 deletions(-)
diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr
index 0deead62c8..2b2e7700b4 100644
--- a/docs/manual/expr.html.fr
+++ b/docs/manual/expr.html.fr
@@ -26,8 +26,6 @@
Langues Disponibles: en |
fr
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
Historiquement, il existe de nombreuses variantes dans la syntaxe
des expressions permettant d'exprimer une condition dans les
@@ -210,8 +208,7 @@ listfunction ::= listfuncname "(" word ")"Le nom d'hôte de l'hôte distant
REMOTE_USER |
Le nom de l'utilisateur authentifié, s'il existe (non
- disponible à l'intérieur d'un bloc <If
- > ) |
+ disponible à l'intérieur d'un bloc <If>
)
REMOTE_IDENT |
Le nom de l'utilisateur défini par mod_ident |
SERVER_NAME |
@@ -231,8 +228,7 @@ listfunction ::= listfuncname "(" word ")"basic")
CONTENT_TYPE |
Le type de contenu de la réponse (non
- disponible à l'intérieur d'un bloc <If
- > ) |
+ disponible à l'intérieur d'un bloc <If>
)
HANDLER |
Le nom du gestionnaire qui a
généré la réponse |
@@ -247,8 +243,7 @@ listfunction ::= listfuncname "(" word ")"off" dans le cas contraire
REQUEST_STATUS |
Le code d'erreur HTTP de la requête (non
- disponible à l'intérieur d'un bloc <If
- > ) |
+ disponible à l'intérieur d'un bloc <If>
)
REQUEST_LOG_ID |
L'identifiant du message d'erreur associé à la requête (voir
la directive ErrorLogFormat ) |
@@ -456,10 +451,14 @@ listfunction ::= listfuncname "(" word ")"Identique à req
, mais aucun nom d'en-tête n'est
ajouté à l'en-tête Vary |
resp |
- Lit l'en-tête de réponse HTTP | |
+ Lit l'en-tête de réponse HTTP (La plupart des en-têtes de la réponse
+ ne seront pas encore définis pendant le traitement de la directive
+ <If> ) | |
reqenv |
Recherche une variable d'environnement de requête (on
- peut aussi utiliser le raccourci v ). | ordonnancement |
+ peut aussi utiliser le raccourci v
).
+
+ ordonnancement |
osenv |
Recherche une variable d'environnement du système
d'exploitation | |
diff --git a/docs/manual/howto/http2.html.fr b/docs/manual/howto/http2.html.fr
index af9134339e..2ea5a49bef 100644
--- a/docs/manual/howto/http2.html.fr
+++ b/docs/manual/howto/http2.html.fr
@@ -27,13 +27,11 @@
es |
fr
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
Ce document est le guide de l'utilisateur de l'implémentation de HTTP/2
- dans Apache httpd. Cette fonctionnalité en est au stade de
- production, et les interfaces et directives devraient
- maintenant se stabiliser.
+ dans Apache httpd. Cette fonctionnalité en est au stade
+ de production, et les interfaces et directives devraient donc être
+ dorénavant relativement stables.
+ La fonctionnalité PUSH n'apportera pas toujours le gain de performances dans
+ l'obtention de réponses aux requêtes. Vous trouverez plusieurs études sur ce
+ sujet sur internet qui en expliquent les avantages et inconvénients et
+ comment les particularités des clients et du réseau en influencent le
+ fonctionnement. Par exemple, le seul fait que le serveur PUSHes une
+ ressource n'implique pas forcément que le navigateur l'utilisera.
+ Ce qui influence le plus la réponse PUSHed, c'est la requête qui a été
+ simulée. En effet, l'URL de la requête pour un PUSH est fournie par
+ l'application, mais d'où viennent les en-têtes ? Par exemple, La requête
+ PUSH requiert-elle un en-tête accept-language
et si oui, quelle
+ sera sa valeur ?
+ httpd va consulter la requête originale (celle qui a déclenché le PUSH)
+ et copier les en-têtes suivants vers la requête PUSH :
+ user-agent
, accept
, accept-encoding
,
+ accept-language
et cache-control
.
+ Tous les autres en-têtes sont ignorés. Les cookies eux non plus ne seront
+ pas copiés. PUSHer des ressources qui requièrent la présence d'un cookie ne
+ fonctionnera pas. Ceci peut être sujet à débat, mais tant que ce ne sera pas
+ clairement discuté avec les navigateurs, restons prudents et évitons
+ d'exposer les cookies là où ils ne sont pas censés être visibles.
+ Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Description: | Autorisation basique |
Statut: | Base |
Identificateur de Module: | authz_core_module |
diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr
index 74b0b3974b..432dfbc5be 100644
--- a/docs/manual/mod/mod_proxy.html.fr
+++ b/docs/manual/mod/mod_proxy.html.fr
@@ -30,8 +30,6 @@
fr |
ja
-Cette traduction peut être périmée. Vérifiez la version
- anglaise pour les changements récents.
Description: | Serveur mandataire/passerelle multi-protocole |
Statut: | Extension |
Identificateur de Module: | proxy_module |
@@ -1723,16 +1721,20 @@ ProxyPass "/" "balancer://mycluster/" stickysession=JSESSIONID|jsessionid nofail
[P]
.
Le mot-clé optionnel interpolate, en combinaison avec la directive
- ProxyPassInterpolateEnv
, permet à ProxyPass
+ ProxyPassInterpolateEnv
, permet à ProxyPass
d'interpoler les variables d'environnement à l'aide de la syntaxe
${VARNAME}. Notez que de nombreuses variables
d'environnement standard dérivées de CGI n'existeront pas lorsque
l'interpolation se produit ; vous devrez alors encore avoir avoir
recours à mod_rewrite
pour des règles
- complexes. Notez aussi que l'interpolation n'est pas supportée dans
- la partie protocole d'une URL. La détermination dynamique du
- protocole peut être effectuée à l'aide de
- mod_rewrite
comme dans l'exemple suivant :
+ complexes. Notez aussi que l'interpolation n'est supportée dans
+ la partie protocole/hostname/port d'une URL que pour les variables qui sont
+ disponibles au moment où la directive est interprétée (comme pour la
+ directive Define
). La détermination
+ dynamique de ces champs peut être effectuée à l'aide de
+ mod_rewrite
, et l'exemple suivant décrit comment utiliser
+ mod_rewrite
pour définir dynamiquement le protocole à http
+ ou https :
RewriteEngine On
@@ -1801,8 +1803,18 @@ les configurations de mandataires inverses
de configuration par la valeur de la variable d'environnement
nom_var
(si l'option interpolate est
spécifiée).
- Conservez cette directive à off (pour les performances du
- serveur), sauf si vous en avez réellement besoin.
+ La partie protocole/hostname/port de ProxyPass
+ peut contenir des variables, mais seulement celles qui sont accessibles au
+ moment où la directive est interprétée (similairement à la directive
+ Define
). Pour tous les autres cas,
+ utilisez plutôt mod_rewrite
.
+ Avertissement concernant les performances
+
Laissez cette directive à off, à moins que vous n'en ayez réellemnt
+ besoin ! Par exemple, ajouter des variables à
+ ProxyPass
peut entraîner l'utilisation des serveurs
+ d'arrière-plan de mod_proxy configurés par défaut, et ceux-ci ne permettent
+ pas un réglage fin comme la réutilisation des connexions, entre
+ autres...).
@@ -2177,7 +2189,7 @@ inverses
charge des mandataires et aux membres des groupes de répartition de
charge
Syntaxe: | ProxySet url clé=valeur [clé=valeur ...] |
-Contexte: | répertoire |
+Contexte: | configuration du serveur, serveur virtuel, répertoire |
Statut: | Extension |
Module: | mod_proxy |
Compatibilité: | ProxySet n'est disponible que depuis la version 2.2
diff --git a/docs/manual/mod/mod_ratelimit.html.fr b/docs/manual/mod/mod_ratelimit.html.fr
index abb4d77115..e0ec49b8a2 100644
--- a/docs/manual/mod/mod_ratelimit.html.fr
+++ b/docs/manual/mod/mod_ratelimit.html.fr
@@ -32,7 +32,12 @@
+ |
---|
Fichier Source: | mod_ratelimit.c |
+Compatibilité: |
+ rate-initial-burst est disponible à partir de la version 2.4.24
+ du serveur HTTP Apache. La limitation de bande passante pour les contenus
+ mandatés ne fonctionne pas correctement jusqu'à la version 2.4.33.
+ |
---|
Sommaire
diff --git a/docs/manual/mod/mod_ratelimit.xml.meta b/docs/manual/mod/mod_ratelimit.xml.meta
index c44ea5cee2..9cd2c2d9d2 100644
--- a/docs/manual/mod/mod_ratelimit.xml.meta
+++ b/docs/manual/mod/mod_ratelimit.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de
index 9091b19171..359cff93da 100644
--- a/docs/manual/mod/quickreference.html.de
+++ b/docs/manual/mod/quickreference.html.de
@@ -698,7 +698,7 @@ simultaneously
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -773,7 +773,7 @@ proxied
ProxyHCExpr name {ap_expr expression} | | sv | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sv | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | svd | B |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | svd | B |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | svd | B |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -822,7 +822,7 @@ expressions |
backend
ProxySCGISendfile On|Off|Headername | Off | svd | E |
Enable evaluation of X-Sendfile pseudo response
header |
-ProxySet url key=value [key=value ...] | | d | E |
Set various Proxy balancer or member parameters |
+ProxySet url key=value [key=value ...] | | svd | E |
Set various Proxy balancer or member parameters |
ProxySourceAddress address | | sv | E |
Set local IP address for outgoing proxy connections |
ProxyStatus Off|On|Full | Off | sv | E |
Show Proxy LoadBalancer status in mod_status |
ProxyTimeout seconds | | sv | E |
Network timeout for proxied requests |
@@ -1030,7 +1030,7 @@ handshake
SSLHonorCipherOrder on|off | off | sv | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sv | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sv | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sv | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sv | E |
Proxy URL to use for OCSP requests |
diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es
index dcb9eb13cf..bb63129e58 100644
--- a/docs/manual/mod/quickreference.html.es
+++ b/docs/manual/mod/quickreference.html.es
@@ -694,7 +694,7 @@ simultaneously
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -768,7 +768,7 @@ proxied
ProxyHCExpr name {ap_expr expression} | | sv | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sv | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | svd | B |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | svd | B |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | svd | B |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -817,7 +817,7 @@ expressions |
backend
ProxySCGISendfile On|Off|Headername | Off | svd | E |
Enable evaluation of X-Sendfile pseudo response
header |
-ProxySet url key=value [key=value ...] | | d | E |
Set various Proxy balancer or member parameters |
+ProxySet url key=value [key=value ...] | | svd | E |
Set various Proxy balancer or member parameters |
ProxySourceAddress address | | sv | E |
Set local IP address for outgoing proxy connections |
ProxyStatus Off|On|Full | Off | sv | E |
Show Proxy LoadBalancer status in mod_status |
ProxyTimeout seconds | | sv | E |
Network timeout for proxied requests |
@@ -1021,7 +1021,7 @@ handshake
SSLHonorCipherOrder on|off | off | sv | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sv | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sv | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sv | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sv | E |
Proxy URL to use for OCSP requests |
diff --git a/docs/manual/mod/quickreference.html.fr b/docs/manual/mod/quickreference.html.fr
index f7e8c988a3..ac3fdd46dd 100644
--- a/docs/manual/mod/quickreference.html.fr
+++ b/docs/manual/mod/quickreference.html.fr
@@ -1012,7 +1012,7 @@ direct
provenance du serveur cible.
ProxySCGISendfile On|Off|nom-en-tête | Off | svd | E |
Active l'évaluation du pseudo en-tête de réponse
X-Sendfile |
-ProxySet url clé=valeur [clé=valeur ...] | | d | E |
Définit différents paramètres relatifs à la répartition de
+ |
ProxySet url clé=valeur [clé=valeur ...] | | svd | E |
Définit différents paramètres relatifs à la répartition de
charge des mandataires et aux membres des groupes de répartition de
charge |
ProxySourceAddress adresse | | sv | E |
Définit l'adresse IP locale pour les connexions mandatées
diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8
index bd135d2479..38b8ba0599 100644
--- a/docs/manual/mod/quickreference.html.ja.utf8
+++ b/docs/manual/mod/quickreference.html.ja.utf8
@@ -657,7 +657,7 @@ simultaneously |
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -725,7 +725,7 @@ malicious privileges-aware code.
ProxyHCExpr name {ap_expr expression} | | sv | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sv | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | svd | B |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | svd | B |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | svd | B |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -948,7 +948,7 @@ handshake |
SSLHonorCipherOrder on|off | off | sv | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sv | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sv | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sv | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sv | E |
Proxy URL to use for OCSP requests |
diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr
index 5d6c7928cf..a753da5c54 100644
--- a/docs/manual/mod/quickreference.html.ko.euc-kr
+++ b/docs/manual/mod/quickreference.html.ko.euc-kr
@@ -660,7 +660,7 @@ simultaneously
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -732,7 +732,7 @@ proxied
ProxyHCExpr name {ap_expr expression} | | sv | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sv | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | svd | B |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | svd | B |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | svd | B |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -781,7 +781,7 @@ expressions |
backend
ProxySCGISendfile On|Off|Headername | Off | svd | E |
Enable evaluation of X-Sendfile pseudo response
header |
-ProxySet url key=value [key=value ...] | | d | E |
Set various Proxy balancer or member parameters |
+ProxySet url key=value [key=value ...] | | svd | E |
Set various Proxy balancer or member parameters |
ProxySourceAddress address | | sv | E |
Set local IP address for outgoing proxy connections |
ProxyStatus Off|On|Full | Off | sv | E |
Show Proxy LoadBalancer status in mod_status |
ProxyTimeout seconds | | sv | E |
Network timeout for proxied requests |
@@ -977,7 +977,7 @@ handshake
SSLHonorCipherOrder on|off | off | sv | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sv | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sv | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sv | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sv | E |
Proxy URL to use for OCSP requests |
diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8
index 6d73d64e9b..599ec8ef6b 100644
--- a/docs/manual/mod/quickreference.html.tr.utf8
+++ b/docs/manual/mod/quickreference.html.tr.utf8
@@ -692,7 +692,7 @@ processing
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -763,7 +763,7 @@ proxied
ProxyHCExpr name {ap_expr expression} | | sk | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sk | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | skd | T |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | skd | T |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | skd | T |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -812,7 +812,7 @@ expressions |
backend
ProxySCGISendfile On|Off|Headername | Off | skd | E |
Enable evaluation of X-Sendfile pseudo response
header |
-ProxySet url key=value [key=value ...] | | d | E |
Set various Proxy balancer or member parameters |
+ProxySet url key=value [key=value ...] | | skd | E |
Set various Proxy balancer or member parameters |
ProxySourceAddress address | | sk | E |
Set local IP address for outgoing proxy connections |
ProxyStatus Off|On|Full | Off | sk | E |
Show Proxy LoadBalancer status in mod_status |
ProxyTimeout seconds | | sk | E |
Network timeout for proxied requests |
@@ -1015,7 +1015,7 @@ handshake
SSLHonorCipherOrder on|off | off | sk | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sk | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sk | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sk | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sk | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sk | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sk | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sk | E |
Proxy URL to use for OCSP requests |
diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8
index 4c0dfdac33..9c0d286b83 100644
--- a/docs/manual/mod/quickreference.html.zh-cn.utf8
+++ b/docs/manual/mod/quickreference.html.zh-cn.utf8
@@ -686,7 +686,7 @@ simultaneously
MDMember hostname | | s | E |
Additional hostname for the managed domain. |
MDMembers auto|manual | auto | s | E |
Control if the alias domain names are automatically added. |
MDMustStaple on|off | off | s | E |
Control if new certificates carry the OCSP Must Staple flag. |
-MDNotifyCmd path | | s | E |
Run a program when Managed Domain are ready. |
+MDNotifyCmd path [ args ] | | s | E |
Run a program when Managed Domain are ready. |
MDomain dns-name [ other-dns-name... ] [auto|manual] | | s | E |
Define list of domain names that belong to one group. |
<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet> | | s | E |
Container for directives applied to the same managed domains. |
MDPortMap map1 [ map2 ] | 80:80 443:443 | s | E |
Map external to internal ports for domain ownership verification. |
@@ -760,7 +760,7 @@ proxied
ProxyHCExpr name {ap_expr expression} | | sv | E |
Creates a named condition expression to use to determine health of the backend based on its response |
ProxyHCTemplate name parameter=setting [...] | | sv | E |
Creates a named template for setting various health check parameters |
ProxyHCTPsize size | | s | E |
Sets the total server-wide size of the threadpool used for the health check workers |
-ProxyHTMLBufSize bytes | | svd | B |
Sets the buffer size increment for buffering inline scripts and
+ |
ProxyHTMLBufSize bytes | 8192 | svd | B |
Sets the buffer size increment for buffering inline scripts and
stylesheets. |
ProxyHTMLCharsetOut Charset | * | | svd | B |
Specify a charset for mod_proxy_html output. |
ProxyHTMLDocType HTML|XHTML [Legacy] OR
@@ -809,7 +809,7 @@ expressions |
backend
ProxySCGISendfile On|Off|Headername | Off | svd | E |
Enable evaluation of X-Sendfile pseudo response
header |
-ProxySet url key=value [key=value ...] | | d | E |
Set various Proxy balancer or member parameters |
+ProxySet url key=value [key=value ...] | | svd | E |
Set various Proxy balancer or member parameters |
ProxySourceAddress address | | sv | E |
Set local IP address for outgoing proxy connections |
ProxyStatus Off|On|Full | Off | sv | E |
Show Proxy LoadBalancer status in mod_status |
ProxyTimeout seconds | | sv | E |
Network timeout for proxied requests |
@@ -1013,7 +1013,7 @@ handshake
SSLHonorCipherOrder on|off | off | sv | E |
Option to prefer the server's cipher preference order |
SSLInsecureRenegotiation on|off | off | sv | E |
Option to enable support for insecure renegotiation |
SSLOCSDefaultResponder uri | | sv | E |
Set the default responder URI for OCSP validation |
-SSLOCSPEnable on|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
+SSLOCSPEnable on|leaf|off | off | sv | E |
Enable OCSP validation of the client certificate chain |
SSLOCSPNoverify On/Off | Off | sv | E |
skip the OCSP responder certificates verification |
SSLOCSPOverrideResponder on|off | off | sv | E |
Force use of the default responder URI for OCSP validation |
SSLOCSPProxyURL url | | sv | E |
Proxy URL to use for OCSP requests |
--
2.40.0