From 761e85bcbd83c703645ad6f406a4f550a059b643 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 18 Oct 2002 01:32:27 +0000 Subject: [PATCH] - fix context info of ModMimeUsePathInfo (ACCESS_CONF) - improve markup - fix some typos - update the transformation (in that order ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97257 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html.en | 43 +++++++++++------------- docs/manual/mod/mod_mime.xml | 46 +++++++++++--------------- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 40 insertions(+), 51 deletions(-) diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 0fa5d5f1df..17b06494cc 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -37,7 +37,7 @@

While mod_mime associates meta-information with filename extensions, the core server provides directives that are used to associate all the files in a - given container (e.g., <location>, <directory>, or <Files>) with particular + given container (e.g., <Location>, <Directory>, or <Files>) with particular meta-information. These directives include ForceType, SetHandler, SetInputFilter, and SetOutputFilter. The core directives override any filename extension mappings defined in mod_mime.

@@ -68,7 +68,7 @@
  • RemoveOutputFilter
  • RemoveType
  • TypesConfig
  • -

    Topics

    See also

    top

    Files with Multiple Extensions

    +

    Topics

    See also

    top

    Files with Multiple Extensions

    Files can have more than one extension, and the order of the @@ -136,7 +136,7 @@

    Content-encoding: pkzip

    -
    top

    Character sets and languages

    +
    top

    Character sets and languages

    @@ -474,33 +474,28 @@ DefaultLanguage en

    See also

    top

    ModMimeUsePathInfo Directive

    Description: Tells mod_mime to treat path_info components as part of the filename
    Syntax: ModMimeUsePathInfo On|Off
    Context: - server config, virtual host, directory, .htaccess
    Override: - FileInfo
    Status: + directory
    Status: Base
    Module: mod_mime
    Compatibility: Available in Apache 2.0.41 and later
    +

    The ModMimeUsePathInfo directive is used to + combine the filename with the path_info URL component to apply + mod_mime's directives to the request. The default + value is Off - therefore, the path_info component is + ignored.

    -

    The ModMimeUsePathInfo directive is used to combine the filename with - the path_info URL component to apply mod_mime's directives to the - request. The default value is 'Off' - therefore, the path_info - component is ignored. -

    - -

    This directive is recommended when you have a virtual filesystem.

    - -

    Example

    +

    This directive is recommended when you have a virtual filesystem.

    -ModMimeUsePathInfo On -

    - -

    If you have a request for /bar/foo.shtml where /bar is a Location and - ModMimeUsePathInfo is on, mod_mime will treat the incoming request as - /bar/foo.shtml and directives like - AddOutputFilter INCLUDES .shtml will add the INCLUDES - filter to the request. If ModMimeUsePathInfo is not set, the includes - filter will not be added. -

    +

    Example

    + ModMimeUsePathInfo On +

    +

    If you have a request for /bar/foo.shtml where + /bar is a Location and ModMimeUsePathInfo is on, mod_mime will + treat the incoming request as /bar/foo.shtml and + directives like AddOutputFilter INCLUDES .shtml will add + the INCLUDES filter to the request. If ModMimeUsePathInfo is not set, the INCLUDES filter will + not be added.

    top

    MultiviewsMatch Directive

    - + -- 2.40.0
    Description: The types of files that will be included when searching for a matching file with MultiViews
    Syntax: diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 887b9811ad..9b18fb6a87 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -50,8 +50,8 @@ with filename extensions, the core server provides directives that are used to associate all the files in a given container (e.g., location, directory, or Location, Directory, or Files) with particular meta-information. These directives include ForceType, -
    +
    Character sets and languages @@ -640,37 +640,31 @@ DefaultLanguage en Tells mod_mime to treat path_info components as part of the filename ModMimeUsePathInfo On|Off -server config -virtual host directory -.htaccess -FileInfo Available in Apache 2.0.41 and later +

    The ModMimeUsePathInfo directive is used to + combine the filename with the path_info URL component to apply + mod_mime's directives to the request. The default + value is Off - therefore, the path_info component is + ignored.

    -

    The ModMimeUsePathInfo directive is used to combine the filename with - the path_info URL component to apply mod_mime's directives to the - request. The default value is 'Off' - therefore, the path_info - component is ignored. -

    - -

    This directive is recommended when you have a virtual filesystem.

    +

    This directive is recommended when you have a virtual filesystem.

    - -Example -ModMimeUsePathInfo On - - -

    If you have a request for /bar/foo.shtml where /bar is a Location and - ModMimeUsePathInfo is on, mod_mime will treat the incoming request as - /bar/foo.shtml and directives like - AddOutputFilter INCLUDES .shtml will add the INCLUDES - filter to the request. If ModMimeUsePathInfo is not set, the includes - filter will not be added. -

    + Example + ModMimeUsePathInfo On + +

    If you have a request for /bar/foo.shtml where + /bar is a Location and ModMimeUsePathInfo is on, mod_mime will + treat the incoming request as /bar/foo.shtml and + directives like AddOutputFilter INCLUDES .shtml will add + the INCLUDES filter to the request. If ModMimeUsePathInfo is not set, the INCLUDES filter will + not be added.

    diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 61d14d7b93..2378e271bd 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -368,7 +368,7 @@ using the specified magic file
    MinSpareServers numbersM
    Minimum number of idle threads available to handle request spikes
    MMapFile file-path [file-path] ...sX
    -
    ModMimeUsePathInfo On|OffsvdhB
    Tells mod_mime to treat path_info components as part of the filename
    ModMimeUsePathInfo On|OffdB
    Tells mod_mime to treat path_info components as part of the filename
    MultiviewsMatch [NegotiatedOnly] [Handlers] [Filters] [Any]svdhB
    The types of files that will be included when searching for a matching file with MultiViews