From: Stefan Fritsch Date: Mon, 29 Oct 2012 20:40:48 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.4~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=116ff8bd78f9697355f67cffe238385e31a04e03;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1403488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 191c61ab8d..bef7c21188 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 aeeb0b5cde..3f9d7a5e3b 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 83b3c86aeb..7a4e22dd55 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/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 6675782e20..5537dd53d9 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 bf6d538a93..982aff4949 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 decc0a7b1e..0be21e86f4 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/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 0b97d283cf..d3ac42b4c7 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -21,7 +21,8 @@

Redirecting and Remapping with mod_rewrite

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

@@ -642,7 +643,8 @@ file, as well as in a <Directory> block.

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists.
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