Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31A1910332 for ; Wed, 29 Jan 2014 13:33:41 +0000 (UTC) Received: (qmail 50341 invoked by uid 500); 29 Jan 2014 13:33:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50125 invoked by uid 500); 29 Jan 2014 13:33:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 50118 invoked by uid 99); 29 Jan 2014 13:33:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 13:33:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 13:33:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3DA5823889DA; Wed, 29 Jan 2014 13:33:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1562439 - in /httpd/httpd/branches/2.4.x/docs/manual: ./ developer/ mod/ Date: Wed, 29 Jan 2014 13:33:13 -0000 To: cvs@httpd.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140129133314.3DA5823889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nd Date: Wed Jan 29 13:33:12 2014 New Revision: 1562439 URL: http://svn.apache.org/r1562439 Log: update transformation Modified: httpd/httpd/branches/2.4.x/docs/manual/developer/API.html.en httpd/httpd/branches/2.4.x/docs/manual/expr.html.en httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.tr.utf8 httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ja httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ko httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.meta httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.tr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.html.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.ja httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.meta httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.html.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.fr httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.meta Modified: httpd/httpd/branches/2.4.x/docs/manual/developer/API.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/developer/API.html.en?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/developer/API.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/developer/API.html.en Wed Jan 29 13:33:12 2014 @@ -382,7 +382,6 @@ int method_number; /* M_GET, M_POST, <

void *per_dir_config;   /* Options set in config files, etc. */
 void *request_config;   /* Notes on *this* request */

-
};

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.html.en?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/expr.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/expr.html.en Wed Jan 29 13:33:12 2014 @@ -25,17 +25,15 @@  fr 

-

Historically, there are several syntax variants for expressions used to express - a condition in the different modules of the Apache HTTP Server. - There is some ongoing effort to only use a single variant, called ap_expr, - for all configuration directives. - This document describes the ap_expr expression parser. +

Historically, there are several syntax variants for expressions + used to express a condition in the different modules of the Apache + HTTP Server. There is some ongoing effort to only use a single + variant, called ap_expr, for all configuration directives. + This document describes the ap_expr expression parser.

The ap_expr expression is intended to replace most other - expression variants in HTTPD. For example, the deprecated - SSLRequire expressions can be - replaced by Require expr. -

+ expression variants in HTTPD. For example, the deprecated SSLRequire expressions can be replaced + by Require expr.

  • Grammar in Backus-Naur Form notation
  • Variables
  • @@ -51,12 +49,14 @@

    Grammar in Backus-Naur Form notation

    -

    Backus-Naur Form (BNF) is a notation - technique for context-free grammars, often used to describe the syntax of languages used in computing. +

    Backus-Naur + Form (BNF) is a notation technique for context-free grammars, + often used to describe the syntax of languages used in computing. In most cases, expressions are used to express boolean values. - For these, the starting point in the BNF is expr. However, a few directives - like LogMessage accept expressions - that evaluate to a string value. For those, the starting point in the BNF is string. + For these, the starting point in the BNF is expr. + However, a few directives like LogMessage accept expressions + that evaluate to a string value. For those, the starting point in + the BNF is string.

    @@ -216,8 +216,8 @@ listfunction ::= listfuncname "(
             The DocumentRoot of
                 the current vhost
     AUTH_TYPE
    -        The configured AuthType
    -            (e.g. "basic")
    +        The configured AuthType (e.g.
    +        "basic")
     CONTENT_TYPE
             The content type of the response
     HANDLER
    @@ -262,14 +262,16 @@ listfunction ::= listfuncname "(
             The day of the week (starting with 0
                 for Sunday)
     TIME
    -        The date and time in the format 20101231235959
    +        The date and time in the format
    +        20101231235959
     SERVER_SOFTWARE
             The server version string
     API_VERSION
             The date of the API version (module magic number)
     
     
    -    

    Some modules register additional variables, see e.g. mod_ssl.

    +

    Some modules register additional variables, see e.g. + mod_ssl.

    top
    @@ -392,7 +394,8 @@ listfunction ::= listfuncname "( "false", or "no" (case insensitive). True otherwise. -R - Same as "%{REMOTE_ADDR} -ipmatch ...", but more efficient + Same as "%{REMOTE_ADDR} -ipmatch ...", but more + efficient @@ -417,7 +420,9 @@ listfunction ::= listfuncname "( resp Get HTTP response header reqenv - Lookup request environment variable (as a shortcut, v can be used too to access variables). + Lookup request environment variable (as a shortcut, + v can be used too to access + variables). osenv Lookup operating system environment variable note @@ -461,11 +466,11 @@ listfunction ::= listfuncname "( 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 - can be used with the special -in operator. - Functions names are not case sensitive. - Modules may register additional functions.

    +

    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 can be used with the + special -in operator. Functions names are not case + sensitive. Modules may register additional functions.

    There are no built-in list-valued functions. mod_ssl provides PeerExtList. See the description of @@ -478,7 +483,8 @@ listfunction ::= listfuncname "(

    Example expressions

    -

    The following examples show how expressions might be used to evaluate requests:

    +

    The following examples show how expressions might be used to + evaluate requests:

     # Compare the host name to example.com and redirect to www.example.com if it matches
    @@ -508,7 +514,8 @@ listfunction ::= listfuncname "(
             string contained in string list
     /regexp/
             m#regexp#
    -        Regular expression (the second form allows different delimiters than /)
    +        Regular expression (the second form allows different
    +        delimiters than /)
     /regexp/i
             m#regexp#i
             Case insensitive regular expression
    
    Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr
    URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr?rev=1562439&r1=1562438&r2=1562439&view=diff
    ==============================================================================
    --- httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr (original)
    +++ httpd/httpd/branches/2.4.x/docs/manual/expr.html.fr Wed Jan 29 13:33:12 2014
    @@ -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 Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml.fr Wed Jan 29 13:33:12 2014 @@ -1,7 +1,7 @@ - + Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta (original) +++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml.meta Wed Jan 29 13:33:12 2014 @@ -8,6 +8,6 @@ en - fr + fr Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.en?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.en Wed Jan 29 13:33:12 2014 @@ -143,7 +143,10 @@ Alias /foo /gaq URL-path then the server will require a trailing / in order to expand the alias. That is, if you use

    -
    Alias /icons/ /usr/local/apache/icons/
    +
    +      Alias /icons/ /usr/local/apache/icons/
    +    
    +

    then the url /icons will not be aliased, as it lacks that trailing /. Likewise, if you omit the slash on the Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.fr?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.fr Wed Jan 29 13:33:12 2014 @@ -30,6 +30,8 @@  ko  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.tr.utf8?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.html.tr.utf8 [utf-8] Wed Jan 29 13:33:12 2014 @@ -30,6 +30,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Description:Permet d'atteindre différentes parties du système de fichiers depuis l'arborescence des documents du site web, ainsi que la redirection d'URL
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.fr?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.fr (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.fr Wed Jan 29 13:33:12 2014 @@ -1,7 +1,7 @@ - + Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ja?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml.ja [utf-8] Wed Jan 29 13:33:12 2014 @@ -1,7 +1,7 @@ - + + + + Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.ja?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_ajp.xml.ja [utf-8] Wed Jan 29 13:33:12 2014 @@ -1,7 +1,7 @@ - + + Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.meta URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.meta?rev=1562439&r1=1562438&r2=1562439&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.meta (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_remoteip.xml.meta Wed Jan 29 13:33:12 2014 @@ -8,6 +8,6 @@ en - fr + fr
Açıklama:Belge ağacının parçalarının dosya sisteminin parçalarıyla eşlenmesini sağlar ve URL yönlendirmesi yapar.
Durum:Temel