summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-04-10 21:29:33 +0200
committerEric Covener <covener@apache.org>2014-04-10 21:29:33 +0200
commit421629217c4f2a97d27911ae5a3e1d571da59f35 (patch)
treeea7e638dc919c101ea28502e906abba46afc9d1c /docs
parentReverse the order when merging global and vhost-level config arrays. (diff)
downloadapache2-421629217c4f2a97d27911ae5a3e1d571da59f35.tar.xz
apache2-421629217c4f2a97d27911ae5a3e1d571da59f35.zip
This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_headers.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml
index 1561ce6881..3115ed0cc5 100644
--- a/docs/manual/mod/mod_headers.xml
+++ b/docs/manual/mod/mod_headers.xml
@@ -518,8 +518,10 @@ Header merge Cache-Control no-store env=NO_STORE
<p>Except in <a href="#early">early</a> mode, the
<directive>Header</directive> directives are processed just
before the response is sent to the network. These means that it is
- possible to set and/or override most headers, except for those headers
- added by the HTTP header filter, such as Content-Type.</p>
+ possible to set and/or override most headers, except for some headers
+ added by the HTTP header filter. Prior to 2.2.12, it was not possible
+ to change the Content-Type header with this directive.</p>
+
</usage>
</directivesynopsis>