From: Takashi Sato Date: Sat, 14 Jan 2012 07:47:09 +0000 (+0000) Subject: Merge r1231446from trunk: X-Git-Tag: 2.4.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cf78d471a2f2ab31159704168df187675ad9349;p=thirdparty%2Fapache%2Fhttpd.git Merge r1231446from trunk: Fix the request/response header error Submitted by: INOUE Seiichiro git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1231453 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 9c80f749213..f40bc05a2a1 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -235,7 +235,7 @@ headers than once.
merge
-
The response header is appended to any existing header of +
The request header is appended to any existing header of the same name, unless the value to be appended already appears in the existing header's comma-delimited list of values. When a new value is merged onto an existing header it is separated from the existing header @@ -360,7 +360,7 @@ headers value must be omitted.
edit
-
If this request header exists, its value is transformed according +
If this response header exists, its value is transformed according to a regular expression search-and-replace. The value argument is a regular expression, and the replacement