From: Daniel Earl Poirier Date: Thu, 14 Jan 2010 15:48:04 +0000 (+0000) Subject: Clarify references to arguments in the Header directive documentation. X-Git-Tag: 2.3.5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ce7edc9bb137875f49f7eac43230425043ac4a4;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/trunk@899254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index acdb4a5f52c..35e94e6b0e8 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -226,8 +226,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:

add
@@ -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 cc377a60e30..d269e184633 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -315,8 +315,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:

add
@@ -374,7 +375,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