From: Jim Jagielski
Date: Wed, 30 Dec 2015 14:52:50 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.4.19~317
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e65412ced206d79d7a99e08f5bb871f894b92d;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1722341 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/index.xml.zh-cn b/docs/manual/developer/index.xml.zh-cn
index 8270e135319..3af05e78997 100644
--- a/docs/manual/developer/index.xml.zh-cn
+++ b/docs/manual/developer/index.xml.zh-cn
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta
index d5a2e5e1a51..ea324a8bb25 100644
--- a/docs/manual/expr.xml.meta
+++ b/docs/manual/expr.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en
index c6f63f994a7..1aec0032084 100644
--- a/docs/manual/misc/password_encryptions.html.en
+++ b/docs/manual/misc/password_encryptions.html.en
@@ -166,6 +166,12 @@
Use the APR function: apr_sha1_base64
+ Python
+ import base64
+ import hashlib
+ "{SHA}" + format(base64.b64encode(hashlib.sha1(password).digest()))
+
+
PostgreSQL (with the contrib/pgcrypto functions
installed)
diff --git a/docs/manual/misc/password_encryptions.html.fr b/docs/manual/misc/password_encryptions.html.fr
index 6c6fabe36be..724b197a99e 100644
--- a/docs/manual/misc/password_encryptions.html.fr
+++ b/docs/manual/misc/password_encryptions.html.fr
@@ -26,6 +26,8 @@
Langues Disponibles: en |
fr
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Notes à propos des formats de chiffrement des mots de passe
générés et compris par Apache.
@@ -175,6 +177,12 @@
Utilisez la fonction APR : apr_sha1_base64
+ Python
+ import base64
+ import hashlib
+ "{SHA}" + format(base64.b64encode(hashlib.sha1(password).digest()))
+
+
PostgreSQL (avec les fonctions contrib/pgcrypto
installées)
diff --git a/docs/manual/misc/password_encryptions.xml.fr b/docs/manual/misc/password_encryptions.xml.fr
index 7667ecb0575..f4538030a00 100644
--- a/docs/manual/misc/password_encryptions.xml.fr
+++ b/docs/manual/misc/password_encryptions.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/misc/password_encryptions.xml.meta b/docs/manual/misc/password_encryptions.xml.meta
index 5226d4016d3..40f30d4ec30 100644
--- a/docs/manual/misc/password_encryptions.xml.meta
+++ b/docs/manual/misc/password_encryptions.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index 8b9f60e0797..53372418428 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -279,7 +279,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en
index ebe6fa21c01..dc8c81f8d75 100644
--- a/docs/manual/mod/directives.html.en
+++ b/docs/manual/mod/directives.html.en
@@ -280,7 +280,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 06f11c3e20a..dac6f22594f 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -282,7 +282,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.fr b/docs/manual/mod/directives.html.fr
index 7c7ec74d3c6..1d853cfd76f 100644
--- a/docs/manual/mod/directives.html.fr
+++ b/docs/manual/mod/directives.html.fr
@@ -280,7 +280,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index dc7e82168e1..398b5fb0056 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -277,7 +277,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 63ac3033a88..bf0ea5dff5b 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -277,7 +277,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index 3f3ec118fd0..9d613aa2f06 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -276,7 +276,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/directives.html.zh-cn.utf8 b/docs/manual/mod/directives.html.zh-cn.utf8
index 1b05f396224..9bfa0dfba09 100644
--- a/docs/manual/mod/directives.html.zh-cn.utf8
+++ b/docs/manual/mod/directives.html.zh-cn.utf8
@@ -275,7 +275,8 @@
ForceLanguagePriority
ForceType
ForensicLog
-GprofDir
+GlobalLog
+GprofDir
GracefulShutdownTimeout
Group
H2Direct
diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en
index a1aa8f5ed64..401a8cc7327 100644
--- a/docs/manual/mod/mod_headers.html.en
+++ b/docs/manual/mod/mod_headers.html.en
@@ -425,7 +425,12 @@ available in 2.4.10 and later
expr=expression
The directive is applied if and only if expression
evaluates to true. Details of expression syntax and evaluation are
- documented in the ap_expr documentation.
+ documented in the ap_expr documentation.
+
+ # This delays the evaluation of the condition clause compared to <If>
+ Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path.php$#"
+
+
Except in early mode, the
diff --git a/docs/manual/mod/mod_headers.html.fr b/docs/manual/mod/mod_headers.html.fr
index 1ae42af3e91..a3fadfc9228 100644
--- a/docs/manual/mod/mod_headers.html.fr
+++ b/docs/manual/mod/mod_headers.html.fr
@@ -31,6 +31,8 @@
ja |
ko
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Description: | Personnalisation des en-têtes de requêtes et de réponses
HTTP |
Statut: | Extension |
diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr
index e9572d9da05..f51965b6512 100644
--- a/docs/manual/mod/mod_headers.xml.fr
+++ b/docs/manual/mod/mod_headers.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja
index e19b8099675..97ca64cb1d4 100644
--- a/docs/manual/mod/mod_headers.xml.ja
+++ b/docs/manual/mod/mod_headers.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja
index 0b9f428452a..ca156f8e808 100644
--- a/docs/manual/mod/mod_log_config.xml.ja
+++ b/docs/manual/mod/mod_log_config.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+