From: Takashi Sato Date: Sat, 14 Jan 2012 07:33:30 +0000 (+0000) Subject: Fix the request/response header error X-Git-Tag: 2.5.0-alpha~7579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a429c55038e8ba84a2aea6fba4fca8bd50ecdd9;p=thirdparty%2Fapache%2Fhttpd.git Fix the request/response header error Submitted by: INOUE Seiichiro git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231446 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