From: Richard Bowen Date: Tue, 10 Sep 2013 02:06:19 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc4cf85a286503ddc28deb735238d8c3e934c47;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521346 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 68c8c6ec4e4..df74db7fe45 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -216,7 +216,7 @@ Header merge Cache-Control no-store env=NO_STORE

Header Directive

- @@ -315,6 +315,13 @@ Header merge Cache-Control no-store env=NO_STORE
The response header of this name is removed, if it exists. If there are multiple headers of the same name, all will be removed. value must be omitted.
+ +
note
+
The value of the named response header is copied into an + internal note whose name is given by value. This is useful + if a header sent by a CGI or proxied resource is configured to be unset + but should also be logged.
+

This argument is followed by a header name, which diff --git a/docs/manual/mod/mod_headers.xml.fr b/docs/manual/mod/mod_headers.xml.fr index 647c21ed03f..631d1e93d19 100644 --- a/docs/manual/mod/mod_headers.xml.fr +++ b/docs/manual/mod/mod_headers.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja index a139de72d2e..7ad7db2bf6b 100644 --- a/docs/manual/mod/mod_headers.xml.ja +++ b/docs/manual/mod/mod_headers.xml.ja @@ -1,7 +1,7 @@ - + + - + +

Description:Configure HTTP response headers
Syntax:Header [condition] add|append|echo|edit|edit*|merge|set|unset +
Syntax:Header [condition] add|append|echo|edit|edit*|merge|set|unset|note header [value] [replacement] [early|env=[!]variable]|expr=expression]