reqenv |
@@ -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
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.