From: William A. Rowe Jr Date: Mon, 15 Oct 2001 02:22:34 +0000 (+0000) Subject: That's Any, not All X-Git-Tag: 2.0.26~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b6b51130b3860ba17976d4b9741b9a292ded2c7;p=thirdparty%2Fapache%2Fhttpd.git That's Any, not All git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91465 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 9a50b1723ca..c4e6e5ce996 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -581,10 +581,10 @@ Content-Type: text/plain; charset=ISO-8859-2

multiviewsmatch directive

+ name="multiviewsmatch">MultiviewsMatch directive Syntax: MultiviewsMatch - [NegotiatedOnly] [Handlers] [Filters] [All]
+ [NegotiatedOnly] [Handlers] [Filters] [Any]
Context: server config, virtual host, directory, .htaccess
@@ -616,9 +616,9 @@ Content-Type: text/plain; charset=ISO-8859-2 file will be served, e.g. in deciding between index.html.cgi of 500 characters and index.html.pl of 1000 bytes, the .cgi file would win in this example. Users of .asis files might prefer to use the - Handler option, if .asis files are associated with the asis-handler.

+ Handler option, if .asis files are associated with the asis-handler.

-

You may finally allow All extensions to match, even if mod_mime +

You may finally allow Any extensions to match, even if mod_mime doesn't recognize the extension. This was the behavior in Apache 1.3, and can cause unpredicatable results, such as serving .old or .bak files the webmaster never expected to be served.