Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82A5217992 for ; Sun, 10 May 2015 15:38:53 +0000 (UTC) Received: (qmail 76205 invoked by uid 500); 10 May 2015 15:38:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76129 invoked by uid 500); 10 May 2015 15:38:53 -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 76119 invoked by uid 99); 10 May 2015 15:38:53 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2015 15:38:53 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 2EEC3AC09F8 for ; Sun, 10 May 2015 15:38:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1678568 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en Date: Sun, 10 May 2015 15:38:53 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150510153853.2EEC3AC09F8@hades.apache.org> Author: covener Date: Sun May 10 15:38:52 2015 New Revision: 1678568 URL: http://svn.apache.org/r1678568 Log: xforms Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en?rev=1678568&r1=1678567&r2=1678568&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_mime.html.en Sun May 10 15:38:52 2015 @@ -597,17 +597,25 @@ type

Note

-

When explicit directives such as - SetHandler or - AddHandler do not apply +

If no handler is explicitly set for a request, the specified content + type will also be used as the handler name.

+ +

When explicit directives such as + SetHandler or + AddHandler do not apply to the current request, the internal handler name normally set by those - directives is set to match the content type specified by this directive. - This is a historical behavior that some third-party modules - (such as mod_php) may use "magic" content types used only to signal the - module to take responsibility for the matching request. Configurations - that rely on such "magic" types should be avoided by the use of - SetHandler or - AddHandler.

+ directives is instead set to the content type specified by this directive. +

+

+ This is a historical behavior that may be used by some third-party modules + (such as mod_php) for taking responsibility for the matching request. +

+ +

Configurations that rely on such "synthetic" types should be avoided. + Additionally, configurations that restrict access to + SetHandler or + AddHandler should + restrict access to this directive as well.