From cca71bb331ab8a58a8189d2b658d4b3ab8df2be4 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Fri, 14 Feb 2003 23:58:08 +0000 Subject: [PATCH] clarify the meaning of "SetHandler None" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98663 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 9 ++++++--- docs/manual/mod/core.xml | 9 ++++++--- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 75f725ee5d..655709802e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1113,7 +1113,7 @@ filenames - + @@ -1139,7 +1139,7 @@ MIME content-type filename extensions, that might identify the media type.

You can override any ForceType setting - by using the value of none:

+ by using the value of None:

# force all files to be image/gif:
@@ -1152,7 +1152,7 @@ MIME content-type # but normal mime-type associations here:
<Location /images/mixed>
- ForceType none
+ ForceType None
</Location>

@@ -2689,6 +2689,9 @@ handler </Location>

+

You can override an earlier defined SetHandler + directive by using the value None.

+

See also

- -- 2.40.0
Description:Forces all matching files to be served with the specified MIME content-type
Syntax:ForceType MIME-type|none
Syntax:ForceType MIME-type|None
Context:directory, .htaccess
Override:FileInfo
Status:Core
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
Action to take if a single acceptable document is not found
ForceType MIME-type|nonedhC
Forces all matching files to be served with the specified +
ForceType MIME-type|NonedhC
Forces all matching files to be served with the specified MIME content-type
Group unix-group #-1 sM
Group under which the server will answer requests