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

cvs commit: httpd-2.0/docs/manual/mod mod_cern_meta.html.en mod_asis.html.en

slive       02/05/26 19:20:38

  Modified:    docs/manual/mod mod_cern_meta.html.en mod_asis.html.en
  Log:
  Update transformations.
  
  Revision  Changes    Path
  1.2       +1 -2      httpd-2.0/docs/manual/mod/mod_cern_meta.html.en
  
  Index: mod_cern_meta.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cern_meta.html.en,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_cern_meta.html.en	23 May 2002 14:23:51 -0000	1.1
  +++ mod_cern_meta.html.en	27 May 2002 02:20:38 -0000	1.2
  @@ -3,7 +3,6 @@
                   This file is generated from xml source: DO NOT EDIT
             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
           --><title>mod_cern_meta- Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_cern_meta</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td valign="top"><span class="help">Description:</span></td><td>CERN httpd metafile semantics</td></tr><tr><td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td><a href="module-dict.html#ModuleIdentifier" class="help">Module&nbsp;Identifier:</a></td><td>cern_meta_module</td></tr></table></td></tr></table><h2>Summary</h2>
  -    
       <p>Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
       headers that can be output in addition to the normal range of
       headers for each file accessed. They appear rather like the
  @@ -15,7 +14,7 @@
   
       <p>More information on the <a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir">
       CERN metafile semantics</a> is available.</p>
  -<h2>Directives</h2><ul><li><a href="#metadir">MetaDir</a></li><li><a href="#metafiles">MetaFiles</a></li><li><a href="#metasuffix">MetaSuffix</a></li></ul><hr/><h2><a name="MetaDir">MetaDir</a> <a name="metadir">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Name of the directory to find CERN-style meta information
  +<h2>Directives</h2><ul><li><a href="#metadir">MetaDir</a></li><li><a href="#metafiles">MetaFiles</a></li><li><a href="#metasuffix">MetaSuffix</a></li></ul><p><strong>See also </strong></p><ul><li><code><a href="mod_headers.html">mod_headers</a></code></li><li><code><a href="mod_asis.html">mod_asis</a></code></li></ul><hr/><h2><a name="MetaDir">MetaDir</a> <a name="metadir">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Name of the directory to find CERN-style meta information
   files</td></tr><tr><td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>MetaDir <em>directory</em></td></tr><tr><td><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>MetaDir .web</code></td></tr><tr><td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory</td></tr><tr><td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_cern_meta</td></tr></table></td></tr></table>
       <p>Specifies the name of the directory in which Apache can find
       meta information files. The directory is usually a 'hidden'
  
  
  
  1.3       +1 -1      httpd-2.0/docs/manual/mod/mod_asis.html.en
  
  Index: mod_asis.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_asis.html.en,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- mod_asis.html.en	25 May 2002 16:59:34 -0000	1.2
  +++ mod_asis.html.en	27 May 2002 02:20:38 -0000	1.3
  @@ -14,7 +14,7 @@
   
       <p>For historical reasons, this module will also process any
       file with the mime type <code>httpd/send-as-is</code>.</p>
  -<h2>Directives</h2><p>This module provides no directives.</p><h2>Usage</h2>
  +<h2>Directives</h2><p>This module provides no directives.</p><p><strong>See also </strong></p><ul><li><code><a href="mod_headers.html">mod_headers</a></code></li><li><code><a href="mod_cern_meta.html">mod_cern_meta</a></code></li></ul><h2>Usage</h2>
   
       <p>In the server configuration file, associate files with the
       <code>send-as-is</code> handler <em>e.g.</em></p>