From: Eric Covener Date: Thu, 10 Apr 2014 19:29:33 +0000 (+0000) Subject: This C-T: limitation was removed in 2.2.12 and retconned into CHANGES much later. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d130a87db7ae784144357895cad371ec3572434e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 1561ce6881b..3115ed0cc51 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

Except in early mode, the Header 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.

+ 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.

+