From a139247988eb6457dc10169513a1248edcfa3a6d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 18 Mar 2019 13:45:36 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_mime.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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.
AllLastExtension
This option only consider the last (right-most) filename extension - when determining any response metadata (Content-Type, language, encoding, - etc.) .
+ when scanning filenames.
NoAllLastExtension
-
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.) .
+
This option can be used to revert to the default behavior of scanning + every filename extension. Only useful if + MimeOptions AllLastExtension has been used in a lower precedence + configuration section
Disable
All assignment of metadata based on the filename is skipped.
Enable
-
Re-enables assignment of metadata based on the filename. Only useful if a lower - precedence section has specified MimeOptions Disable.
+
Re-enables file extension checking by this module. Only useful if a lower + precedence configuration section has specified + MimeOptions Disable.
-- 2.40.0