diff options
author | Eric Covener <covener@apache.org> | 2015-05-10 15:37:12 +0000 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2015-05-10 15:37:12 +0000 |
commit | 8b3c78a65e5e17c5915a600f3443b0f282022825 (patch) | |
tree | 1d89b4ee6e26c955382a6b2f12a193f0547fdfbe /docs/manual/mod/mod_mime.xml | |
parent | a60aa13083757b478e037e36005cced9a3686c83 (diff) | |
download | httpd-8b3c78a65e5e17c5915a600f3443b0f282022825.tar.gz |
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
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r-- | docs/manual/mod/mod_mime.xml | 5 |
1 files 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. </p> <p> - 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. </p> <p>Configurations that rely on such "synthetic" types should be avoided. |