From 0cc2ba48c1c79f0f0d58142683ed423afc62db56 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 10 Sep 2013 02:06:19 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521346 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_headers.html.en | 9 ++++++++- docs/manual/mod/mod_headers.xml.fr | 2 +- docs/manual/mod/mod_headers.xml.ja | 2 +- docs/manual/mod/mod_headers.xml.ko | 2 +- docs/manual/mod/mod_ldap.html.en | 4 ++-- docs/manual/mod/mod_ldap.xml | 4 ++-- docs/manual/mod/mod_lua.html.en | 11 +++++++++++ docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/mod_proxy_express.html.en | 1 + docs/manual/mod/mod_proxy_fcgi.html.en | 6 ++++-- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/new_features_2_4.html.en | 8 ++++---- docs/manual/new_features_2_4.xml.fr | 2 +- docs/manual/new_features_2_4.xml.meta | 2 +- docs/manual/new_features_2_4.xml.tr | 2 +- 15 files changed, 40 insertions(+), 19 deletions(-) diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 68c8c6ec4e..df74db7fe4 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 647c21ed03..631d1e93d1 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 a139de72d2..7ad7db2bf6 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]