From: Eric Covener <covener@apache.org>
Date: Mon, 18 Mar 2019 13:45:36 +0000 (+0000)
Subject: rephrase MimeOptions description
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a139247988eb6457dc10169513a1248edcfa3a6d;p=apache

rephrase MimeOptions description

rephrase to account for e.g. AddHandler which isn't about response metadata.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855767 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index 484f5c7d2b..af5d1fa74f 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -1076,17 +1076,18 @@ RemoveType .cgi
       every filename extension when determining a files Content-Type.</dd>
       <dt><code>AllLastExtension</code></dt>
       <dd>This option only consider the last (right-most) filename extension
-      when determining any response metadata (Content-Type, language, encoding,
-      etc.) .</dd>
+      when scanning filenames.</dd>
       <dt><code>NoAllLastExtension</code></dt>
-      <dd>This option can be used to revert to the default behavior of testing
-      every filename extension when determining any response metadata
-      (Content-Type, language, encoding, etc.) .</dd>
+      <dd>This option can be used to revert to the default behavior of scanning 
+      every filename extension. Only useful if 
+      <code>MimeOptions AllLastExtension</code> has been used in a lower precedence 
+      configuration section</dd>
       <dt><code>Disable</code></dt>
       <dd>All assignment of metadata based on the filename is skipped.</dd>
       <dt><code>Enable</code></dt>
-      <dd>Re-enables assignment of metadata based on the filename. Only useful if a lower
-      precedence section has specified <code>MimeOptions Disable</code>.</dd>
+      <dd>Re-enables file extension checking by this module. Only useful if a lower
+      precedence configuration section has specified 
+      <code>MimeOptions Disable</code>.</dd>
     </dl>
 </usage>
 </directivesynopsis>