diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2002-06-13 09:12:20 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2002-06-13 09:12:20 +0200 |
commit | 8220b482fa057a6013a3dff90ade656ab45a7407 (patch) | |
tree | 7d3c20cbb0ae1dbfbdce7c863fbe86fa8105ab9e /docs/manual/mod/mod_mime.xml | |
parent | Per RFC 2616 section 9.4, we SHOULD return the content-length if possible on (diff) | |
download | apache2-8220b482fa057a6013a3dff90ade656ab45a7407.tar.xz apache2-8220b482fa057a6013a3dff90ade656ab45a7407.zip |
Grammer police came through.
Also, remove empty compatibility tag and use directive tag for
directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r-- | docs/manual/mod/mod_mime.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index d5219d4e35..4f068d8e44 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -44,7 +44,7 @@ or scripts that serve the document. The <directive module="mod_mime">MultiviewsMatch</directive> directive allows <module>mod_negotiation</module> to consider these file extensions - to included when testing Multiviews matches.</p> + to be included when testing Multiviews matches.</p> <p>While <module>mod_mime</module> associates meta-information with filename extensions, the <module>core</module> server @@ -322,10 +322,9 @@ to the specified handler</description> <context>.htaccess</context> </contextlist> <override>FileInfo</override> -<compatibility></compatibility> <usage> -<p>Files having the named <em>extension</em> will be served by the +<p>Files having the name <em>extension</em> will be served by the specified <a href="../handler.html">handler-name</a>. This mapping is added to any already in force, overriding any mappings that already exist for the same <em>extension</em>. For example, to activate CGI @@ -883,8 +882,8 @@ extensions</description> causing the files to be treated as being of the <a href="core.html#defaulttype">default type</a>.</p> - <note><strong>Note:</strong><module>RemoveType</module> directives - are processed <em>after</em> any <module>AddType</module> + <note><strong>Note:</strong><directive>RemoveType</directive> directives + are processed <em>after</em> any <directive>AddType</directive> directives, so it is possible they may undo the effects of the latter if both occur within the same directory configuration.</note> |