From: pcs Date: Sat, 7 Jun 1997 12:27:50 +0000 (+0000) Subject: Document AddHandler can be used with multiple extensions (like X-Git-Tag: APACHE_1_3_PRE_NT~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed697562375bc974f48fb69965f9ae48c8e054b5;p=thirdparty%2Fapache%2Fhttpd.git Document AddHandler can be used with multiple extensions (like the other Add* directives). Remove <...> around AddHandler, ForceType and SetHandler syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78261 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index fa150c88e05..60cd97588bf 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -72,14 +72,14 @@ encoding, and .Z files to be marked as encoded with x-compress.


AddHandler

-Syntax: <AddHandler handler-name extension>
+Syntax: AddHandler handler-name extension extension...
Context: server config, virtual host, directory, .htaccess
Status: Base
Module: mod_mime
Compatibility: AddHandler is only available in Apache 1.1 and later

-

AddHandler maps the filename extension extension to the +

AddHandler maps the filename extensions extension to the handler handler-name. For example, to activate CGI scripts with the file extension ".cgi", you might use: @@ -138,7 +138,7 @@ type of particular files.


ForceType

-Syntax: <ForceType media type>
+Syntax: ForceType media type
Context: directory, .htaccess
Status: Base
Module: mod_mime
@@ -159,7 +159,7 @@ media type.

SetHandler

-Syntax: <SetHandler handler-name>
+Syntax: SetHandler handler-name
Context: directory, .htaccess
Status: Base
Module: mod_mime