]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:35:04 +0000 (19:35 +0000)
committerEric Covener <covener@apache.org>
Thu, 10 Apr 2014 19:35:04 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1586445 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html.en

index 6000c7134ef24e55c650e9c8819920a9c450a1c4..8feb6873b9fc52e239a21d25cff2248392d7585c 100644 (file)
@@ -401,8 +401,10 @@ Header merge Cache-Control no-store env=NO_STORE</pre>
     <p>Except in <a href="#early">early</a> mode, the
     <code class="directive">Header</code> 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>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>