From 8b3c78a65e5e17c5915a600f3443b0f282022825 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 10 May 2015 15:37:12 +0000 Subject: [PATCH] incorporate feedback from 2.4 version http://httpd.apache.org/docs/2.4/mod/mod_mime.html#comment_3996 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1678565 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 98903b4e65..6eaef4ec4b 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -620,9 +620,8 @@ AddType application/rss+xml;qs=0.8 .xml 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 - signal the module to take responsibility for the matching request. + 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. -- 2.50.1