From 19733b60b910ff19b0a2f90e0ce72927a07b45be Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 13 Jun 2002 02:12:38 +0000 Subject: Examples for (Add|Remove)OutputFilter, and see also sections for each. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95628 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.html.en | 8 ++++++-- docs/manual/mod/mod_mime.xml | 8 ++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index 4de192309c..5d766ac0e2 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -344,7 +344,7 @@ responses from the serverAddType Directive
Description: Maps the given filename extensions +

See also


AddType Directive

Description: Maps the given filename extensions onto the specified content type
Syntax:AddType MIME-type extension [extension] ...
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Base
Module:mod_mime
@@ -555,7 +555,11 @@ extensions
The extension argument is case-insensitive, and can be specified with or without a leading dot.

-

RemoveType Directive

Description: Removes any content type associations for a set of file + +

Example

+ RemoveOutputFilter shtml +
+

See also


RemoveType Directive

Description: Removes any content type associations for a set of file extensions
Syntax:RemoveType extension [extension] ...
Context:directory, .htaccess
Override:
Status:Base
Module:mod_mime
Compatibility:RemoveType is only available in Apache 1.3.13 and later.
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index c47f2edbca..d5219d4e35 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -492,6 +492,8 @@ responses from the server without a leading dot.

+ +RemoveOutputFilter @@ -837,7 +839,13 @@ extensions

The extension argument is case-insensitive, and can be specified with or without a leading dot.

+ + Example + RemoveOutputFilter shtml + + +AddOutputFilter
-- cgit v1.2.1