From: André Malo Date: Fri, 14 Feb 2003 23:58:08 +0000 (+0000) Subject: clarify the meaning of "SetHandler None" X-Git-Tag: pre_ajp_proxy~2138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f350572c201f0779071a3329d2cc4d76db9d868;p=apache clarify the meaning of "SetHandler None" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98663 13f79535-47bb-0310-9956-ffa450edef68 --- 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

-
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