From: Stefan Fritsch Date: Mon, 29 Oct 2012 20:17:32 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f5b0a05db08f9d9295bee0bb3ac80bffee00b7;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403477 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index cdb928b6ef7..27e6918b612 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -52,6 +52,10 @@

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 boint in the BNF is expr. However, a few directives + like LogMessage accept expressions + that evaluate to a string value. For those, the starting boint in the BNF is code.

@@ -132,7 +136,10 @@ listfunction ::= listfuncname "(" word ")"
 
     

The following variables provide the values of the named HTTP request headers. The values of other headers can be obtained with the - req function.

+ 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.

@@ -399,7 +406,8 @@ listfunction ::= listfuncname "(" word ")"
Name
HTTP_ACCEPT
- + @@ -430,6 +438,11 @@ listfunction ::= listfuncname "(" word ")"

The functions marked as "restricted" are not available in some modules like mod_include.

+

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.

+

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. diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index 12a72550ad9..787d31e8d53 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 f3d96b0626b..c3b1b76fce4 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 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/mod/core.html.fr b/docs/manual/mod/core.html.fr index 74dbca3d408..eab68756f46 100644 --- a/docs/manual/mod/core.html.fr +++ b/docs/manual/mod/core.html.fr @@ -31,8 +31,6 @@  ja  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
NameDescriptionRestricted
req, httpGet HTTP request header
Get HTTP request header; header names may be added to the Vary + header, see below
resp Get HTTP response header
reqenv
Description:Fonctionnalités de base du serveur HTTP Apache toujours disponibles
Statut:Core
@@ -822,6 +820,8 @@ DESACTIV Define servername www.example.com Define SSL </IfDefine> + + DocumentRoot /var/www/${servername}/htdocs
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 15b13af99d6..dd9ba332d11 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -428,7 +428,8 @@ CustomLog logs/access_log "%h %l %u %t \"%r\" %>s %b" clause) of a particular variable in the server environment. Alternatively, the condition can be expressed as arbitrary boolean expression. If the condition is not satisfied, the request - will not be logged.

+ will not be logged. References to HTTP headers in the expression + will not cause the header names to be added to the Vary header.

Environment variables can be set on a per-request basis using the mod_setenvif diff --git a/docs/manual/mod/mod_log_config.xml.ja b/docs/manual/mod/mod_log_config.xml.ja index b059a4b8003..74b2a6de897 100644 --- a/docs/manual/mod/mod_log_config.xml.ja +++ b/docs/manual/mod/mod_log_config.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e8..0be21e86f4d 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/upgrading.html.fr b/docs/manual/upgrading.html.fr index 650857e7c86..54e212b92f7 100644 --- a/docs/manual/upgrading.html.fr +++ b/docs/manual/upgrading.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.

Afin d'assister les utilisateurs lors de leurs opérations de mise à jour, nous maintenons un document diff --git a/docs/manual/upgrading.xml.fr b/docs/manual/upgrading.xml.fr index b548ca15c1d..da9946e852e 100644 --- a/docs/manual/upgrading.xml.fr +++ b/docs/manual/upgrading.xml.fr @@ -3,7 +3,7 @@ - +