pcs 97/06/07 05:27:51
Modified: htdocs/manual/mod mod_mime.html
Log:
Document AddHandler can be used with multiple extensions (like
the other Add* directives). Remove <...> around AddHandler, ForceType
and SetHandler syntax.
Revision Changes Path
1.12 +4 -4 apache/htdocs/manual/mod/mod_mime.html
Index: mod_mime.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_mime.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C3 -r1.11 -r1.12
*** mod_mime.html 1997/06/04 16:14:22 1.11
--- mod_mime.html 1997/06/07 12:27:50 1.12
***************
*** 72,85 ****
<h2><a name="addhandler">AddHandler</a></h2>
! <strong>Syntax:</strong> <AddHandler <em>handler-name
extension</em>><br>
<strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>
<strong>Compatibility:</strong> AddHandler is only available in Apache
1.1 and later<p>
! <p>AddHandler maps the filename extension <em>extension</em> to the
<a href="../handler.html">handler</a>
<em>handler-name</em>. For example, to activate CGI scripts
with the file extension "<code>.cgi</code>", you might use:
--- 72,85 ----
<h2><a name="addhandler">AddHandler</a></h2>
! <strong>Syntax:</strong> AddHandler <em>handler-name extension
extension...</em><br>
<strong>Context:</strong> server config, virtual host, directory,
.htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>
<strong>Compatibility:</strong> AddHandler is only available in Apache
1.1 and later<p>
! <p>AddHandler maps the filename extensions <em>extension</em> to the
<a href="../handler.html">handler</a>
<em>handler-name</em>. For example, to activate CGI scripts
with the file extension "<code>.cgi</code>", you might use:
***************
*** 138,144 ****
<h2><a name="forcetype">ForceType</a></h2>
! <strong>Syntax:</strong> <ForceType <em>media type</em>><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>
--- 138,144 ----
<h2><a name="forcetype">ForceType</a></h2>
! <strong>Syntax:</strong> ForceType <em>media type</em><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>
***************
*** 159,165 ****
<h2><a name="sethandler">SetHandler</a></h2>
! <strong>Syntax:</strong> <SetHandler <em>handler-name</em>><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>
--- 159,165 ----
<h2><a name="sethandler">SetHandler</a></h2>
! <strong>Syntax:</strong> SetHandler <em>handler-name</em><br>
<strong>Context:</strong> directory, .htaccess<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_mime<br>