From 873b380d3e7a963500b4cc2cce6632e1c5967333 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 25 Apr 2013 11:29:07 +0000 Subject: [PATCH] xforms, bloody xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1475707 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 9 ++++++--- docs/manual/expr.html.fr | 12 ++++++++++-- docs/manual/expr.xml.fr | 2 +- docs/manual/mod/mod_macro.html.fr | 10 +++++----- docs/manual/mod/mod_proxy.html.en | 6 ++++++ docs/manual/mod/mod_proxy.html.fr | 2 ++ docs/manual/mod/mod_proxy.xml.fr | 2 +- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_proxy.xml.meta | 2 +- docs/manual/mod/mod_rewrite.html.fr | 4 +--- docs/manual/mod/mod_rewrite.xml.meta | 2 +- docs/manual/programs/fcgistarter.html.fr | 2 -- docs/manual/programs/fcgistarter.xml.meta | 2 +- 13 files changed, 36 insertions(+), 21 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index f05ce49f6f..d77f87b633 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -439,12 +439,15 @@ listfunction ::= listfuncname "(" word ")" unbase64 Decode base64 encoded string, return truncated string if 0x00 is found -sha1 +md5 + Hash the string using MD5, then encode the hash with hexadecimal + encoding +sha1 Hash the string using SHA1, then encode the hash with hexadecimal encoding -file +file Read contents from a fileyes -filesize +filesize Return size of a file (or 0 if file does not exist or is not regular file)yes diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 94ab6913c9..129428bf1d 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -456,9 +456,17 @@ listfunction ::= listfuncname "(" word ")" "Déséchappe" les chaînes codées en hexadécimal, en ne gardant encodés que les slashes; renvoie la chaîne vide si la séquence %00 est rencontrée -file +base64 + Encode la chaîne en base64 +unbase64 + Décode les chaînes codées en base64, renvoie une chaîne + tronquée si le caractère 0x00 est rencontré +sha1 + Génère un hash de la chaîne en utilisant SHA1, puis encode + le hash obtenu en hexadécimal +file Lit le contenu d'un fichieroui -filesize +filesize Renvoie la taille d'un fichier (ou 0 si le fichier n'existe pas ou ne correspond pas à un fichier régulier)oui diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index f51d18b5c3..77fc3d0641 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_macro.html.fr b/docs/manual/mod/mod_macro.html.fr index ede210e2c8..bbc2a613ac 100644 --- a/docs/manual/mod/mod_macro.html.fr +++ b/docs/manual/mod/mod_macro.html.fr @@ -55,7 +55,7 @@ de configuration Apache.

Caractéristiques

- Définition d'une macro : +

Définition d'une macro :

- Utilisation d'une macro: +

Utilisation d'une macro:

- Suppression de la définition d'une macro : +

Suppression de la définition d'une macro :

+
 <Macro DirGroup $dir $group>
@@ -191,7 +191,7 @@ Use RestrictedAccessPolicy "192.54.172.0/24 192.54.148.0/24"
     
- est équivalent, avec les macros définies ci-dessus à : +

est équivalent, avec les macros définies ci-dessus à :

 order deny,allow
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index efb7caca15..7107513c2c 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -924,6 +924,9 @@ through
     a local virtual path; url is a partial URL for the
     remote server and cannot include a query string.

+
Note: This directive cannot be used within a + <Directory> context.
+
The ProxyRequests directive should usually be set off when using ProxyPass.
@@ -1402,6 +1405,9 @@ ProxyPass / balancer://hotcluster/ matches, the server will substitute any parenthesized matches into the given string and use it as a new url.

+
Note: This directive cannot be used within a + <Directory> context.
+

Suppose the local server has address http://example.com/; then

diff --git a/docs/manual/mod/mod_proxy.html.fr b/docs/manual/mod/mod_proxy.html.fr index 4411592618..107e5cbb08 100644 --- a/docs/manual/mod/mod_proxy.html.fr +++ b/docs/manual/mod/mod_proxy.html.fr @@ -28,6 +28,8 @@  fr  |  ja 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index 64f61d4c64..244b2847c3 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 52c9c11b95..330a473158 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +
Description:Serveur mandataire/passerelle multi-protocole
Statut:Extension
Identificateur de Module:proxy_module