From 016320480e7f4a80a4a97a3bbcc8ca7943e23570 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 11 Jul 2002 19:21:51 +0000 Subject: [PATCH] Fix typos. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: "Andr� Malo" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96017 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html.en | 8 ++++---- docs/manual/mod/mod_mime.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index a6f3ee4d3b..6bd0071bd9 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -2,10 +2,10 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_mime- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_mime

Description:Associates the requested filename's extensions + -->mod_mime- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_mime

Description:Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and - encoding)
Status:Base
Module Identifier:mime_module

Summary

+ encoding)
Status:Base
Module Identifier:mime_module

Summary

This module is used to associate various bits of "meta information" with files by their filename extensions. This information relates the filename of the document to it's @@ -393,7 +393,7 @@ specified language

Example

-DeafaultLanguage en +DefaultLanguage en

See also


MultiviewsMatch Directive

Description: The types of files that will be included when @@ -405,7 +405,7 @@ searching for a matching file with MultiViews
< mod_negotiation's Multiviews feature. Multiviews allows a request for a file, e.g. index.html, to match any negotiated extensions following the base request, - e.g. index.html.en, index.html,fr, or index.html.gz.

+ e.g. index.html.en, index.html.fr, or index.html.gz.

The NegotiatedOnly option provides that every extension following the base name must correlate to a recognized mod_mime extension for diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index 4f068d8e44..61a604c09e 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -560,7 +560,7 @@ searching for a matching file with MultiViews mod_negotiation's Multiviews feature. Multiviews allows a request for a file, e.g. index.html, to match any negotiated extensions following the base request, - e.g. index.html.en, index.html,fr, or index.html.gz.

+ e.g. index.html.en, index.html.fr, or index.html.gz.

The NegotiatedOnly option provides that every extension following the base name must correlate to a recognized mod_mime extension for @@ -628,7 +628,7 @@ specified language to have no language attribute.

Example -DeafaultLanguage en +DefaultLanguage en -- 2.40.0