diff options
author | Takashi Sato <takashi@apache.org> | 2012-01-14 08:33:30 +0100 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2012-01-14 08:33:30 +0100 |
commit | 9a429c55038e8ba84a2aea6fba4fca8bd50ecdd9 (patch) | |
tree | b1d4d00f54f075c43a74aab3e5721beafa95a7ce /docs | |
parent | Add svn:keywords LastChangedRevision (diff) | |
download | apache2-9a429c55038e8ba84a2aea6fba4fca8bd50ecdd9.tar.xz apache2-9a429c55038e8ba84a2aea6fba4fca8bd50ecdd9.zip |
Fix the request/response header error
Submitted by: INOUE Seiichiro <inoue ariel-networks.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_headers.xml | 4 |
1 files 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</description> than once.</dd> <dt><code>merge</code></dt> - <dd>The response header is appended to any existing header of + <dd>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</description> <var>value</var> must be omitted.</dd> <dt><code>edit</code></dt> - <dd>If this request header exists, its value is transformed according + <dd>If this response header exists, its value is transformed according to a <glossary ref="regex">regular expression</glossary> search-and-replace. The <var>value</var> argument is a <glossary ref="regex">regular expression</glossary>, and the <var>replacement</var> |