From: Daniel Earl Poirier Date: Thu, 14 Jan 2010 15:52:52 +0000 (+0000) Subject: Clarify references to arguments in the Header directive documentation. X-Git-Tag: 2.2.15~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6e2ff26a0d2b1695f924c81bcd8515a5d93e78e;p=thirdparty%2Fapache%2Fhttpd.git Clarify references to arguments in the Header directive documentation. (The first argument is optional, so referring to any argument by absolute position is ambiguous). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@899257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 78bbcb5448d..42eb811617b 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -222,8 +222,9 @@ headers successful responses, and is always needed to affect non-2xx responses such as redirects or client errors.

-

The action it performs is determined by the second - argument. This can be one of the following values:

+

The action it performs is determined by the first + argument (second argument if a condition is specified). + This can be one of the following values:

set
@@ -284,7 +285,7 @@ headers expression.

For set, append, merge and - add a value is specified as the third argument. + add a value is specified as the next argument. If value contains spaces, it should be surrounded by double quotes. value may be a character string, a string containing format diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 26c2c99a15d..bef45ae4ddd 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -306,8 +306,9 @@ headers successful responses, and is always needed to affect non-2xx responses such as redirects or client errors.

-

The action it performs is determined by the second - argument. This can be one of the following values:

+

The action it performs is determined by the first + argument (second argument if a condition is specified). + This can be one of the following values:

set
@@ -368,7 +369,7 @@ headers expression.

For set, append, merge and - add a value is specified as the third argument. + add a value is specified as the next argument. If value contains spaces, it should be surrounded by double quotes. value may be a character string, a string containing format