From 8489889ed20ab18f1cf18756cda80a3f5379c68e Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 5 Dec 2008 02:04:39 +0000 Subject: [PATCH] I have finally been asked one too many times whether the 'foobar' in these documents represents the literal string 'foobar'. I think that this might prove a little clearer, and require just that one little bit less explanation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723557 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.html.en | 8 ++++---- docs/manual/mod/mod_headers.xml | 8 ++++---- docs/manual/mod/mod_log_config.html.en | 20 ++++++++++---------- docs/manual/mod/mod_log_config.xml | 20 ++++++++++---------- 4 files changed, 28 insertions(+), 28 deletions(-) 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 The time from when the request was received to the time the 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. -%{FOOBAR}s + variable VARNAME. +%{VARNAME}s The contents of the SSL environment - variable FOOBAR, if mod_ssl is enabled. + variable VARNAME, if mod_ssl is enabled.

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 -- 2.40.0