diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en
index 56d2e74bf6..14b10ecdcf 100644
--- a/docs/manual/mod/mod_headers.html.en
+++ b/docs/manual/mod/mod_headers.html.en
@@ -294,12 +294,12 @@ headers
Note
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml
index 4f56a66cc0..b5d9fcb2c3 100644
--- a/docs/manual/mod/mod_headers.xml
+++ b/docs/manual/mod/mod_headers.xml
@@ -379,13 +379,13 @@ headers
headers are sent on the wire. This is a measure of the duration
of the request. The value is preceded by
D=
.
-
%{FOOBAR}e |
+
%{VARNAME}e |
The contents of the environment
- variable FOOBAR . |
+ variable
VARNAME
.
-
%{FOOBAR}s |
+
%{VARNAME}s |
The contents of the SSL environment
- variable FOOBAR , if mod_ssl is enabled. |
+ variable
VARNAME
, if
mod_ssl is enabled.
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en
index afa49fa012..6f28ef58a3 100644
--- a/docs/manual/mod/mod_log_config.html.en
+++ b/docs/manual/mod/mod_log_config.html.en
@@ -90,22 +90,22 @@
%b |
Size of response in bytes, excluding HTTP headers. In CLF format, i.e.
a '- ' rather than a 0 when no bytes are sent. |
-
%{Foobar}C |
- The contents of cookie Foobar in the request sent
+ |
%{VARNAME}C |
+ The contents of cookie VARNAME in the request sent
to the server. |
%D |
The time taken to serve the request, in microseconds. |
-
%{FOOBAR}e |
+
%{VARNAME}e |
The contents of the environment variable
- FOOBAR |
+
VARNAME
%f |
Filename |
%h |
Remote host |
%H |
The request protocol |
-
%{Foobar}i |
- The contents of Foobar: header line(s)
+ |
%{VARNAME}i |
+ The contents of VARNAME: header line(s)
in the request sent to the server. Changes made by other
modules (e.g. mod_headers ) affect this.
|
@@ -121,11 +121,11 @@
On
.
%m |
The request method |
-
%{Foobar}n |
- The contents of note Foobar from another
+ |
%{VARNAME}n |
+ The contents of note VARNAME from another
module. |
-
%{Foobar}o |
- The contents of Foobar: header line(s)
+ |
%{VARNAME}o |
+ The contents of VARNAME: header line(s)
in the reply. |
%p |
The canonical port of the server serving the request |
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index 9d5b920f49..715b863269 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -83,16 +83,16 @@
Size of response in bytes, excluding HTTP headers. In CLF format, i.e.
a '- ' rather than a 0 when no bytes are sent. |
-
%{Foobar}C |
- The contents of cookie Foobar in the request sent
+ |
%{VARNAME}C |
+ The contents of cookie VARNAME in the request sent
to the server. |
%D |
The time taken to serve the request, in microseconds. |
-
%{FOOBAR}e |
+
%{VARNAME}e |
The contents of the environment variable
- FOOBAR |
+
VARNAME
%f |
Filename |
@@ -103,8 +103,8 @@
%H |
The request protocol |
-
%{Foobar}i |
- The contents of Foobar: header line(s)
+ |
%{VARNAME}i |
+ The contents of VARNAME: header line(s)
in the request sent to the server. Changes made by other
modules (e.g. mod_headers) affect this.
|
@@ -125,12 +125,12 @@
%m |
The request method |
-
%{Foobar}n |
- The contents of note Foobar from another
+ |
%{VARNAME}n |
+ The contents of note VARNAME from another
module. |
-
%{Foobar}o |
- The contents of Foobar: header line(s)
+ |
%{VARNAME}o |
+ The contents of VARNAME: header line(s)
in the reply. |
%p |