From b5c0449b2c3166b5f27b1eb7856854af7cf32a11 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sun, 16 Dec 2012 16:19:19 +0000 Subject: [PATCH] Xforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1422615 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 39 +++++++++++++++-------- docs/manual/expr.html.fr | 2 ++ docs/manual/expr.xml.fr | 2 +- docs/manual/expr.xml.meta | 2 +- docs/manual/howto/auth.html.fr | 11 +++++-- docs/manual/howto/auth.xml.meta | 2 +- docs/manual/mod/mod_alias.html.fr | 8 +++++ docs/manual/mod/mod_alias.xml.ja | 2 +- docs/manual/mod/mod_alias.xml.ko | 2 +- docs/manual/mod/mod_alias.xml.tr | 2 +- docs/manual/mod/mod_deflate.html.fr | 6 ---- docs/manual/mod/mod_deflate.xml.meta | 2 +- docs/manual/mod/mod_echo.html.fr | 7 +--- docs/manual/mod/mod_echo.xml.meta | 2 +- docs/manual/mod/mod_negotiation.html.fr | 3 -- docs/manual/mod/mod_negotiation.xml.meta | 2 +- docs/manual/mod/mod_proxy.html.fr | 11 ++----- docs/manual/mod/mod_proxy.xml.meta | 2 +- docs/manual/mod/mod_slotmem_plain.html.en | 9 ++++-- docs/manual/mod/mod_slotmem_shm.html.en | 7 ++-- 20 files changed, 69 insertions(+), 54 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 4511a0d84e..efb2783528 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -45,6 +45,7 @@
  • Example expressions
  • Other
  • Comparison with SSLRequire
  • +
  • Version History
  • See also

    top
    @@ -139,7 +140,9 @@ listfunction ::= listfuncname "(" word ")" req function. Using these variables may cause the header name to be added to the Vary header of the HTTP response, except where otherwise noted for the - directive accepting the expression.

    + directive accepting the expression. The req_novary + function may be used to circumvent this + behavior.

    @@ -408,29 +411,32 @@ listfunction ::= listfuncname "(" word ")" - + + + - + - + - + - + - + - + - + - + - + - +
    Name
    HTTP_ACCEPT
    req, http Get HTTP request header; header names may be added to the Vary header, see below
    resp
    req_novarySame as req, but header names will not be added to the + Vary header
    resp Get HTTP response header
    reqenv
    reqenv Lookup request environment variable
    osenv
    osenv Lookup operating system environment variable
    note
    note Lookup request note
    env
    env Return first match of note, reqenv, osenv
    tolower
    tolower Convert string to lower case
    toupper
    toupper Convert string to uppser case
    escape
    escape Escape special characters in %hex encoding
    unescape
    unescape Unescape %hex encoded string, leaving encoded slashes alone; return empty string if %00 is found
    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
    @@ -441,7 +447,8 @@ listfunction ::= listfuncname "(" word ")"

    When the functions req or http are used, the header name will automatically be added to the Vary header of the HTTP response, except where otherwise noted for the directive accepting - the expression.

    + the expression. The req_novary function can be used to + prevent names from being added to the Vary header.

    In addition to string-valued functions, there are also list-valued functions which take one string as argument and return a wordlist, i.e. a list of strings. The wordlist @@ -515,6 +522,12 @@ listfunction ::= listfuncname "(" word ")"

    The ap_expr syntax is mostly a superset of the syntax of the deprecated SSLRequire directive. The differences are described in SSLRequire's documentation.

    +
    top
    +
    +

    Version History

    + +

    The req_novary function + is available for versions 2.4.4 and later.

    Available Languages:  en  | diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index af77bf5670..c3ff13b7bb 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -24,6 +24,8 @@

    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 diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 98cc0952e5..d1b44cb863 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a5..ea324a8bb2 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/howto/auth.html.fr b/docs/manual/howto/auth.html.fr index 713a85835e..d5d7399a34 100644 --- a/docs/manual/howto/auth.html.fr +++ b/docs/manual/howto/auth.html.fr @@ -27,8 +27,6 @@  ko  |  tr 

    -
    Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.

    L'authentification est un processus qui vous permet de vérifier qu'une personne est bien celle qu'elle prétend être. L'autorisation @@ -278,7 +276,8 @@ Require user rbowen rapidement, et pour pallier cet inconvénient, Apache peut aussi stocker les données relatives aux utilisateurs dans des bases de données rapides. Le module - mod_authn_dbm fournit la directive AuthDBMUserFile. Le programme dbmmanage permet de créer et manipuler ces fichiers. Vous + mod_authn_dbm fournit la directive AuthDBMUserFile. Les programmes dbmmanage et htdbm permettent de + créer et manipuler ces fichiers. Vous trouverez de nombreuses options d'autres types d'authentification fournies par des modules tiers dans la Base de données des modules d'Apache.

    @@ -395,11 +394,13 @@ passe
     <Directory /www/docs/private>
    +
         AuthName "Private"
         AuthType Basic
         AuthBasicProvider dbm
         AuthDBMUserFile /www/passwords/passwd.dbm
         Require valid-user
    +
     </Directory>
         
    @@ -422,12 +423,14 @@ d'authentification
     <Directory /www/docs/private>
    +
         AuthName "Private"
         AuthType Basic
         AuthBasicProvider file ldap
         AuthUserFile /usr/local/apache/passwd/passwords
         AuthLDAPURL ldap://ldaphost/o=yourorg
         Require valid-user
    +
     </Directory>
         
    @@ -450,6 +453,7 @@ d'authentification
     <Directory /www/docs/private>
    +
         AuthName "Private"
         AuthType Basic
         AuthBasicProvider file
    @@ -458,6 +462,7 @@ d'authentification
         AuthGroupFile /usr/local/apache/passwd/groups
         Require group GroupName
         Require ldap-group cn=mygroup,o=yourorg
    +
     </Directory>
         
    diff --git a/docs/manual/howto/auth.xml.meta b/docs/manual/howto/auth.xml.meta index 641334dcd6..b0b2e95d63 100644 --- a/docs/manual/howto/auth.xml.meta +++ b/docs/manual/howto/auth.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko tr diff --git a/docs/manual/mod/mod_alias.html.fr b/docs/manual/mod/mod_alias.html.fr index 174547a42c..5295845d2d 100644 --- a/docs/manual/mod/mod_alias.html.fr +++ b/docs/manual/mod/mod_alias.html.fr @@ -184,6 +184,9 @@ Alias /image /ftp/pub/image +

    Le nombre de slashes dans le paramètre chemin URL doit + correspondre au nombre de slashes dans le chemin URL de la requête.

    +
    top
    @@ -271,6 +274,11 @@ en faisant intervenir les expressions rationnelles +

    Les éventuels slashes de tête multiples seront supprimés par le + serveur avant que les directives de ce module n'effectuent des + comparaisons avec le chemin URL de la requête. +

    +
    top
    diff --git a/docs/manual/mod/mod_alias.xml.ja b/docs/manual/mod/mod_alias.xml.ja index 46d7e281cf..86cfa21bfe 100644 --- a/docs/manual/mod/mod_alias.xml.ja +++ b/docs/manual/mod/mod_alias.xml.ja @@ -1,7 +1,7 @@ - + + +