diff options
author | Eric Covener <covener@apache.org> | 2014-02-24 23:37:55 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-02-24 23:37:55 +0100 |
commit | 667cc76c97f8024a3ce006088592c91d5e4033ea (patch) | |
tree | 622e197ba7d2d83f930fb67a3eebb7e8f225d72b /docs/manual/mod/mod_headers.html.en | |
parent | fix compatibility info for "setifempty". (diff) | |
download | apache2-667cc76c97f8024a3ce006088592c91d5e4033ea.tar.xz apache2-667cc76c97f8024a3ce006088592c91d5e4033ea.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1571472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_headers.html.en')
-rw-r--r-- | docs/manual/mod/mod_headers.html.en | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 0fb21eb2eb..c7d1b04161 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -208,6 +208,7 @@ Header merge Cache-Control no-store env=NO_STORE</pre> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_headers</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>SetIfEmpty available in 2.4.7 and later</td></tr> </table> <p>This directive can replace, merge or remove HTTP response headers. The header is modified just after the content handler @@ -292,7 +293,7 @@ Header merge Cache-Control no-store env=NO_STORE</pre> <dt><code>setifempty</code></dt> <dd>The request header is set, but only if there is no previous header - with this name</dd> + with this name. Available in 2.4.7 and later.</dd> <dt><code>unset</code></dt> <dd>The response header of this name is removed, if it exists. @@ -401,7 +402,7 @@ Header merge Cache-Control no-store env=NO_STORE</pre> <div class="directive-section"><h2><a name="RequestHeader" id="RequestHeader">RequestHeader</a> <a name="requestheader" id="requestheader">Directive</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Configure HTTP request headers</td></tr> -<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RequestHeader add|append|edit|edit*|merge|set|unset +<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>RequestHeader add|append|edit|edit*|merge|set|setifempty|unset <var>header</var> [<var>value</var>] [<var>replacement</var>] [early|env=[!]<var>variable</var>]|expr=<var>expression</var>] </code></td></tr> @@ -409,6 +410,7 @@ Header merge Cache-Control no-store env=NO_STORE</pre> <tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_headers</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>SetIfEmpty available in 2.4.7 and later</td></tr> </table> <p>This directive can replace, merge, change or remove HTTP request headers. The header is modified just before the content handler @@ -459,7 +461,7 @@ Header merge Cache-Control no-store env=NO_STORE</pre> <dt><code>setifempty</code></dt> <dd>The request header is set, but only if there is no previous header - with this name</dd> + with this name. Available in 2.4.7 and later.</dd> <dt><code>unset</code></dt> <dd>The request header of this name is removed, if it exists. If |