From: Eric Covener Date: Thu, 10 Apr 2014 19:35:04 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.10~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e9dde20e3c779ca8ad29f6f2584496f8c7c654e;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1586445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 6000c7134e..8feb6873b9 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -401,8 +401,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.

+
top