From: Eric Covener Date: Thu, 10 Apr 2014 19:33:50 +0000 (+0000) Subject: Merge r1586437 from trunk: X-Git-Tag: 2.2.28~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74fe7aa103e25ff870510d0ba053a3676278f5b;p=thirdparty%2Fapache%2Fhttpd.git Merge r1586437 from trunk: 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/branches/2.2.x@1586441 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 3520b856d9f..5fd0fcda5de 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -450,8 +450,9 @@ headers

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 header filter.

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