From f59824326317edb8fe3257e6b3551c637a6bae11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 5 Dec 2014 22:21:48 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643456 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/expr.html.en | 21 ++++++++++++++++----- docs/manual/expr.xml.fr | 2 +- docs/manual/mod/mod_authnz_ldap.html.fr | 2 ++ docs/manual/mod/mod_authnz_ldap.xml.fr | 2 +- docs/manual/mod/mod_authnz_ldap.xml.meta | 2 +- docs/manual/mod/mod_headers.html.en | 18 ++++++++++++++++++ docs/manual/mod/mod_headers.html.fr | 2 ++ docs/manual/mod/mod_headers.xml.fr | 2 +- docs/manual/mod/mod_headers.xml.ja | 2 +- docs/manual/mod/mod_headers.xml.ko | 2 +- docs/manual/mod/mod_headers.xml.meta | 2 +- 12 files changed, 46 insertions(+), 12 deletions(-) diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index b8880b7083..bb8630e7ef 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -159,6 +159,7 @@ cachestorenostore mod/mod_cache.html#cachestorenostore cachestoreprivate mod/mod_cache.html#cachestoreprivate cgidscripttimeout mod/mod_cgid.html#cgidscripttimeout cgimapextension mod/core.html#cgimapextension +cgipassauth mod/core.html#cgipassauth charsetdefault mod/mod_charset_lite.html#charsetdefault charsetoptions mod/mod_charset_lite.html#charsetoptions charsetsourceenc mod/mod_charset_lite.html#charsetsourceenc diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index dfce6ba379..1af109df87 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -197,7 +197,7 @@ listfunction ::= listfuncname "(" word ")"REMOTE_HOST The host name of the remote host REMOTE_USER - The name of the authenticated user, if any (not available during <If >) + The name of the authenticated user, if any (not available during <If>) REMOTE_IDENT The user name set by mod_ident SERVER_NAME @@ -231,7 +231,7 @@ listfunction ::= listfuncname "(" word ")"The configured AuthType (e.g. "basic") CONTENT_TYPE - The content type of the response (not available during <If >) + The content type of the response (not available during <If>) HANDLER The name of the handler creating the response @@ -242,7 +242,7 @@ listfunction ::= listfuncname "(" word ")""on" if the connection uses IPv6, "off" otherwise REQUEST_STATUS - The HTTP error status of the request (not available during <If >) + The HTTP error status of the request (not available during <If>) REQUEST_LOG_ID The error log id of the request (see ErrorLogFormat) @@ -440,7 +440,7 @@ listfunction ::= listfuncname "(" word ")"Same as req, but header names will not be added to the Vary header resp - Get HTTP response header + Get HTTP response header (most response headers will not yet be set during <If>) reqenv Lookup request environment variable (as a shortcut, v can be used too to access @@ -547,7 +547,18 @@ listfunction ::= listfuncname "(" word ")" +</Directory> + +# Function examples in boolean context +<If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> + Header set checksum-matched true +</If> +<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')> + Header set checksum-matched-2 true +</If> + +# Function example in string context +Header set foo-checksum "expr=%{md5:foo}"
top
diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index b92084752f..019bac94be 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authnz_ldap.html.fr b/docs/manual/mod/mod_authnz_ldap.html.fr index 26b0f28910..9f79536e57 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.fr +++ b/docs/manual/mod/mod_authnz_ldap.html.fr @@ -27,6 +27,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_authnz_ldap.xml.fr b/docs/manual/mod/mod_authnz_ldap.xml.fr index 17ecc63b8c..1516272597 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.fr +++ b/docs/manual/mod/mod_authnz_ldap.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_authnz_ldap.xml.meta b/docs/manual/mod/mod_authnz_ldap.xml.meta index 4ec661a32d..7a6a237d9a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml.meta +++ b/docs/manual/mod/mod_authnz_ldap.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 0cc2045165..8f024d8c98 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -388,6 +388,24 @@ available in 2.4.10 and later more efficient than %s.

+

Note on expression values

+

When the value parameter uses the ap_expr + parser, some expression syntax will differ from examples that evaluate + boolean expressions such as <If>:

+ +
+

For edit there is both a value argument which is a regular expression, and an additional replacement string. As of version 2.4.7 diff --git a/docs/manual/mod/mod_headers.html.fr b/docs/manual/mod/mod_headers.html.fr index 72a041dab4..ed4617db16 100644 --- a/docs/manual/mod/mod_headers.html.fr +++ b/docs/manual/mod/mod_headers.html.fr @@ -29,6 +29,8 @@  ja  |  ko 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Description:Permet d'utiliser un annuaire LDAP pour l'authentification HTTP de base.
Statut:Extension
diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr index bfeed2cbca..1d112d279d 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 c0fa1d38f1..778b3f7077 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Personnalisation des en-têtes de requêtes et de réponses HTTP
Statut:Extension