From b98da4df2356482b0197346648f40da5bd644001 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 20 Jan 2014 09:02:57 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1559650 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/convenience.map | 1 + docs/manual/env.html.en | 16 +++- docs/manual/env.html.fr | 15 +++- docs/manual/env.html.tr.utf8 | 1 + docs/manual/env.xml.ja | 2 +- docs/manual/env.xml.ko | 2 +- docs/manual/env.xml.meta | 2 +- docs/manual/env.xml.tr | 2 +- docs/manual/expr.html.fr | 4 +- docs/manual/expr.xml.meta | 2 +- docs/manual/glossary.html.en | 8 ++ docs/manual/glossary.html.fr | 11 ++- docs/manual/glossary.html.tr.utf8 | 1 + docs/manual/glossary.xml.de | 2 +- docs/manual/glossary.xml.es | 2 +- docs/manual/glossary.xml.ja | 2 +- docs/manual/glossary.xml.ko | 2 +- docs/manual/glossary.xml.meta | 2 +- docs/manual/glossary.xml.tr | 2 +- docs/manual/howto/auth.html.fr | 7 +- docs/manual/howto/auth.xml.meta | 2 +- docs/manual/misc/password_encryptions.html.fr | 2 +- docs/manual/mod/core.html.en | 6 +- docs/manual/mod/core.html.fr | 56 +++++++++++++- docs/manual/mod/core.xml.meta | 2 +- docs/manual/mod/directive-dict.html.fr | 6 +- docs/manual/mod/mod_auth_digest.html.fr | 32 +++++--- docs/manual/mod/mod_auth_digest.xml.meta | 2 +- docs/manual/mod/mod_auth_form.html.fr | 74 +++++++++---------- docs/manual/mod/mod_auth_form.xml.meta | 2 +- docs/manual/mod/mod_authn_dbd.xml.meta | 2 +- docs/manual/mod/mod_authnz_ldap.html.fr | 17 ++++- docs/manual/mod/mod_authnz_ldap.xml.meta | 2 +- docs/manual/mod/mod_authz_core.html.en | 19 +++++ docs/manual/mod/mod_authz_core.html.fr | 9 +++ docs/manual/mod/mod_authz_dbd.html.fr | 55 +++++++++++++- docs/manual/mod/mod_authz_dbd.xml.meta | 2 +- docs/manual/mod/mod_authz_dbm.html.fr | 39 +++++++++- docs/manual/mod/mod_authz_dbm.xml.meta | 2 +- docs/manual/mod/mod_authz_groupfile.html.fr | 44 ++++++++++- docs/manual/mod/mod_authz_groupfile.xml.meta | 2 +- docs/manual/mod/mod_authz_host.html.fr | 9 ++- docs/manual/mod/mod_authz_host.xml.meta | 2 +- docs/manual/mod/mod_authz_user.html.fr | 45 ++++++++++- docs/manual/mod/mod_authz_user.xml.meta | 2 +- docs/manual/mod/mod_macro.html.en | 4 +- docs/manual/mod/mod_macro.html.fr | 2 - docs/manual/mod/mod_macro.xml.meta | 2 +- docs/manual/mod/mod_proxy.html.en | 12 +++ docs/manual/mod/mod_proxy.html.fr | 16 ++++ docs/manual/mod/mod_proxy.xml.fr | 2 +- docs/manual/mod/mod_proxy.xml.ja | 2 +- docs/manual/mod/mod_proxy_http.html.fr | 3 +- docs/manual/mod/mod_setenvif.html.en | 15 +++- docs/manual/mod/mod_setenvif.html.fr | 16 +++- docs/manual/mod/mod_setenvif.html.tr.utf8 | 1 + docs/manual/mod/mod_setenvif.xml.ja | 2 +- docs/manual/mod/mod_setenvif.xml.ko | 2 +- docs/manual/mod/mod_setenvif.xml.meta | 2 +- docs/manual/mod/mod_setenvif.xml.tr | 2 +- docs/manual/mod/mod_ssl.html.en | 11 ++- docs/manual/mod/mod_ssl.html.fr | 53 ++++++++++--- docs/manual/mod/mod_ssl.xml.meta | 2 +- docs/manual/mod/quickreference.html.de | 8 +- docs/manual/mod/quickreference.html.en | 8 +- docs/manual/mod/quickreference.html.es | 8 +- docs/manual/mod/quickreference.html.fr | 10 +-- docs/manual/mod/quickreference.html.ja.utf8 | 8 +- docs/manual/mod/quickreference.html.ko.euc-kr | 8 +- docs/manual/mod/quickreference.html.tr.utf8 | 8 +- docs/manual/mod/quickreference.html.zh-cn | 8 +- docs/manual/sections.html.fr | 13 ++++ docs/manual/sections.xml.fr | 2 +- docs/manual/vhosts/name-based.html.en | 4 +- docs/manual/vhosts/name-based.html.fr | 4 +- docs/manual/vhosts/name-based.html.tr.utf8 | 1 + docs/manual/vhosts/name-based.xml.de | 2 +- docs/manual/vhosts/name-based.xml.ja | 2 +- docs/manual/vhosts/name-based.xml.ko | 2 +- docs/manual/vhosts/name-based.xml.meta | 4 +- docs/manual/vhosts/name-based.xml.tr | 2 +- 81 files changed, 584 insertions(+), 188 deletions(-) diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index 7dbb523a46..9b1add99ba 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -518,6 +518,7 @@ sslocspoverrideresponder mod/mod_ssl.html#sslocspoverrideresponder sslocsprespondertimeout mod/mod_ssl.html#sslocsprespondertimeout sslocspresponsemaxage mod/mod_ssl.html#sslocspresponsemaxage sslocspresponsetimeskew mod/mod_ssl.html#sslocspresponsetimeskew +sslopensslconfcmd mod/mod_ssl.html#sslopensslconfcmd ssloptions mod/mod_ssl.html#ssloptions sslpassphrasedialog mod/mod_ssl.html#sslpassphrasedialog sslprotocol mod/mod_ssl.html#sslprotocol diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index a4d86dd55b..36cc50217c 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -141,6 +141,16 @@ late during request processing meaning that directives such as SetEnvIf and RewriteCond will not see the variables set with it. + +
  • When the server looks up a path via an internal + subrequest such as looking + for a DirectoryIndex + or generating a directory listing with mod_autoindex, + per-request environment variables are not inherited in the + subrequest. Additionally, + SetEnvIf directives + are not separately evaluated in the subrequest due to the API phases + mod_setenvif takes action in.
  • top
    @@ -148,7 +158,7 @@

    Using Environment Variables

    - +

    CGI Scripts

    @@ -482,9 +492,7 @@ SetEnvIf Referer "^http://www\.example\.com/" local_referal # Allow browsers that do not send Referer info SetEnvIf Referer "^$" local_referal <Directory /web/images> - Order Deny,Allow - Deny from all - Allow from env=local_referal + Require env local_referal </Directory> diff --git a/docs/manual/env.html.fr b/docs/manual/env.html.fr index 6328730f5f..095020d5aa 100644 --- a/docs/manual/env.html.fr +++ b/docs/manual/env.html.fr @@ -151,6 +151,15 @@ cours du traitement de la requête, ce qui signifie que des directives telles que SetEnvIf et RewriteCond ne verront pas les variables qu'elle aura définies. + +
  • Lorsque le serveur cherche un chemin via une sous-requête interne (par exemple la + recherche d'un DirectoryIndex), ou lorsqu'il génère un + listing du contenu d'un répertoire via le module + mod_autoindex, la sous-requête n'hérite pas des + variables d'environnement spécifiques à la requête. En outre, à cause + des phases de l'API auxquelles mod_setenvif prend + part, les directives SetEnvIf ne sont pas évaluées + séparément dans la sous-requête.
  • top
    @@ -158,7 +167,7 @@

    Utilisation des variables d'environnement

    - +

    Scripts CGI

    @@ -514,9 +523,7 @@ SetEnvIf Referer "^http://www\.example\.com/" local_referal # Autorise les navigateurs qui n'envoient aucune information de Referer SetEnvIf Referer "^$" local_referal <Directory /web/images> - Order Deny,Allow - Deny from all - Allow from env=local_referal + Require env local_referal </Directory> diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8 index 5cc3e50c99..e70b43aa08 100644 --- a/docs/manual/env.html.tr.utf8 +++ b/docs/manual/env.html.tr.utf8 @@ -27,6 +27,7 @@  ko  |  tr 

    +
    Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

    Apache HTTP Sunucusunu etkileyen ortam değişkenleri iki çeşittir.

    diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja index b626a65b86..0ac83da3a2 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index ec444a9188..39789edb0c 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + + + - + + + + +