From: Daniel Earl Poirier 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
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
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