You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/06/13 04:12:38 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_mime.html.en mod_mime.xml

rbowen      2002/06/12 19:12:38

  Modified:    docs/manual/mod mod_mime.html.en mod_mime.xml
  Log:
  Examples for (Add|Remove)OutputFilter, and see also sections for each.
  
  Revision  Changes    Path
  1.3       +6 -2      httpd-2.0/docs/manual/mod/mod_mime.html.en
  
  Index: mod_mime.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.html.en,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_mime.html.en	28 May 2002 07:35:00 -0000	1.2
  +++ mod_mime.html.en	13 Jun 2002 02:12:38 -0000	1.3
  @@ -344,7 +344,7 @@
       case-insensitive, and the extension may be specified with or
       without a leading dot.</p>
   
  -<hr/><h2><a name="AddType">AddType</a> <a name="addtype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Maps the given filename extensions
  +<p><strong>See also </strong></p><ul><li><a href="#removeoutputfilter" class="directive"><code class="directive">RemoveOutputFilter</code></a></li></ul><hr/><h2><a name="AddType">AddType</a> <a name="addtype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Maps the given filename extensions
   onto the specified content type</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>AddType <em>MIME-type
       extension</em> [<em>extension</em>] ...</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual host, directory, .htaccess</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Override" class="help">Override:</a></td><td>FileInfo</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_mime</td></tr></table></td></tr></table>
   
  @@ -555,7 +555,11 @@
   
       <p>The <em>extension</em> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  -<hr/><h2><a name="RemoveType">RemoveType</a> <a name="removetype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Removes any content type associations for a set of file
  +
  +    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
  +    RemoveOutputFilter shtml
  +    </code></td></tr></table></blockquote>
  +<p><strong>See also </strong></p><ul><li><a href="#addoutputfilter" class="directive"><code class="directive">AddOutputFilter</code></a></li></ul><hr/><h2><a name="RemoveType">RemoveType</a> <a name="removetype">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Removes any content type associations for a set of file
   extensions</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>RemoveType
       <em>extension</em> [<em>extension</em>] ...</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory, .htaccess</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Override" class="help">Override:</a></td><td/></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_mime</td></tr><tr><td nowrap="nowrap" align="left" valign="top"><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>RemoveType is
       only available in Apache 1.3.13 and later.</td></tr></table></td></tr></table>
  
  
  
  1.6       +8 -0      httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_mime.xml	23 May 2002 14:50:11 -0000	1.5
  +++ mod_mime.xml	13 Jun 2002 02:12:38 -0000	1.6
  @@ -492,6 +492,8 @@
       without a leading dot.</p>
   
   </usage>
  +
  +<seealso><directive module="mod_mime">RemoveOutputFilter</directive></seealso>
   </directivesynopsis>
   
   <directivesynopsis>
  @@ -837,7 +839,13 @@
   
       <p>The <em>extension</em> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
  +
  +    <example><title>Example</title>
  +    RemoveOutputFilter shtml
  +    </example>
   </usage>
  +
  +<seealso><directive module="mod_mime">AddOutputFilter</directive></seealso>
   </directivesynopsis>