From 2cf78d471a2f2ab31159704168df187675ad9349 Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Sat, 14 Jan 2012 07:47:09 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_headers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 9c80f74921..f40bc05a2a 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 -- 2.40.0