You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2019/03/18 13:45:36 UTC

svn commit: r1855767 - /httpd/httpd/trunk/docs/manual/mod/mod_mime.xml

Author: covener
Date: Mon Mar 18 13:45:36 2019
New Revision: 1855767

URL: http://svn.apache.org/viewvc?rev=1855767&view=rev
Log:
rephrase MimeOptions description

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


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_mime.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_mime.xml?rev=1855767&r1=1855766&r2=1855767&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_mime.xml Mon Mar 18 13:45:36 2019
@@ -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>