From: Eric Covener Date: Wed, 22 Apr 2015 20:26:32 +0000 (+0000) Subject: validate X-Git-Tag: 2.5.0-alpha~3227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c92bd5a1cb75dd9ab7539f4f4cba1da002ad184;p=thirdparty%2Fapache%2Fhttpd.git validate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a53fd1b1f09..55ce1bcc213 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1902,6 +1902,7 @@ ForceType image/gif AddHandler do not apply to the current request, the internal handler name normally set by those directives is instead set to the content type specified by this directive. +

This is a historical behavior that some third-party modules (such as mod_php) may look for a "synthetic" content type used only to diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 3c79b73b66e..98903b4e65b 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -617,7 +617,8 @@ AddType application/rss+xml;qs=0.8 .xml SetHandler or AddHandler do not apply to the current request, the internal handler name normally set by those - directives is instead set to the content type specified by this directive. + directives is instead set to the content type specified by this directive. +

This is a historical behavior that some third-party modules (such as mod_php) may look for a "synthetic" content type used only to