Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 11953 invoked from network); 27 Aug 2010 11:51:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Aug 2010 11:51:41 -0000 Received: (qmail 91751 invoked by uid 500); 27 Aug 2010 11:51:41 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 91408 invoked by uid 500); 27 Aug 2010 11:51:39 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 91399 invoked by uid 99); 27 Aug 2010 11:51:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 11:51:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 11:51:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 96E3C2388980; Fri, 27 Aug 2010 11:50:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r990109 - in /httpd/httpd/trunk/docs/manual/mod: core.xml mod_headers.xml mod_mime.xml Date: Fri, 27 Aug 2010 11:50:20 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100827115020.96E3C2388980@eris.apache.org> Author: covener Date: Fri Aug 27 11:50:20 2010 New Revision: 990109 URL: http://svn.apache.org/viewvc?rev=990109&view=rev Log: doc updates around why a few directives can't set arbitrary Content-Types for non-static responses. Modified: httpd/httpd/trunk/docs/manual/mod/core.xml httpd/httpd/trunk/docs/manual/mod/mod_headers.xml httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Modified: httpd/httpd/trunk/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=990109&r1=990108&r2=990109&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml Fri Aug 27 11:50:20 2010 @@ -1276,6 +1276,12 @@ media type in the HTTP Content-Type head </Location> + +

This directive primarily overrides the content types generated for + static files served out of the filesystem. For resources other than + static files, where the generator of the response typically specifies + a Content-Type, this directive has no effect.

+ Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.xml?rev=990109&r1=990108&r2=990109&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_headers.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_headers.xml Fri Aug 27 11:50:20 2010 @@ -447,7 +447,7 @@ headers 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.

+ added by the HTTP header filter, such as Content-Type.

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml?rev=990109&r1=990108&r2=990109&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Fri Aug 27 11:50:20 2010 @@ -554,6 +554,12 @@ type href="#multipleext">multiple extensions and the extension argument will be compared against each of them.

+ +

This directive primarily configures the content types generated for + static files served out of the filesystem. For resources other than + static files, where the generator of the response typically specifies + a Content-Type, this directive has no effect.

+ ForceType