From: William A. Rowe Jr Date: Wed, 13 May 2009 21:06:29 +0000 (+0000) Subject: use a single spelling of Multiviews X-Git-Tag: 2.3.3~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71026c1fdb0243cb1c8816fbed3782fe97c7ffb7;p=thirdparty%2Fapache%2Fhttpd.git use a single spelling of Multiviews git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774533 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index c965b37cf76..c11cae3b9b3 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -40,7 +40,7 @@ type-map) which explicitly lists the files containing the variants. -
  • A MultiViews search (enabled by the MultiViews +
  • A Multiviews search (enabled by the Multiviews Options), where the server does an implicit filename pattern match, and choose from amongst the results.
  • @@ -147,8 +147,8 @@ Negotiation -
    MultiViews -

    A MultiViews search is enabled by the MultiViews +

    Multiviews +

    A Multiviews search is enabled by the Multiviews Options. If the server receives a request for /some/dir/foo and /some/dir/foo does not exist, then the @@ -159,7 +159,7 @@ Negotiation of them by name. It then chooses the best match to the client's requirements, and returns that document.

    -

    The MultiViewsMatch +

    The MultiviewsMatch directive configures whether Apache will consider files that do not have content negotiation meta-information assigned to them when choosing files.

    @@ -263,7 +263,7 @@ the client does not express a preference

    The LanguagePriority sets the precedence of language variants for the case where the client does not - express a preference, when handling a MultiViews request. The list + express a preference, when handling a Multiviews request. The list of MIME-lang are in order of decreasing preference.

    Example: