home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278252_mod_cern_meta.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  120 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.8.2.4 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_cern_meta.xml.meta">
  23.  
  24. <name>mod_cern_meta</name>
  25. <description>CERN httpd metafile semantics</description>
  26. <status>Extension</status>
  27. <sourcefile>mod_cern_meta.c</sourcefile>
  28. <identifier>cern_meta_module</identifier>
  29.  
  30. <summary>
  31.     <p>Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
  32.     headers that can be output in addition to the normal range of
  33.     headers for each file accessed. They appear rather like the
  34.     Apache .asis files, and are able to provide a crude way of
  35.     influencing the Expires: header, as well as providing other
  36.     curiosities. There are many ways to manage meta information,
  37.     this one was chosen because there is already a large number of
  38.     CERN users who can exploit this module.</p>
  39.  
  40.     <p>More information on the <a
  41.     href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir"
  42.     >CERN metafile semantics</a> is available.</p>
  43. </summary>
  44.  
  45. <seealso><module>mod_headers</module></seealso>
  46. <seealso><module>mod_asis</module></seealso>
  47.  
  48. <directivesynopsis>
  49. <name>MetaFiles</name>
  50. <description>Activates CERN meta-file processing</description>
  51. <syntax>MetaFiles on|off</syntax>
  52. <default>MetaFiles off</default>
  53. <contextlist><context>server config</context>
  54. <context>virtual host</context>
  55. <context>directory</context>
  56. <context>.htaccess</context></contextlist>
  57. <override>Indexes</override>
  58.  
  59. <usage>
  60.     <p>Turns on/off Meta file processing on a per-directory basis.</p>
  61. </usage>
  62. </directivesynopsis>
  63.  
  64. <directivesynopsis>
  65. <name>MetaDir</name>
  66. <description>Name of the directory to find CERN-style meta information
  67. files</description>
  68. <syntax>MetaDir <var>directory</var></syntax>
  69. <default>MetaDir .web</default>
  70. <contextlist><context>server config</context>
  71. <context>virtual host</context>
  72. <context>directory</context>
  73. <context>.htaccess</context></contextlist>
  74. <override>Indexes</override>
  75.  
  76. <usage>
  77.     <p>Specifies the name of the directory in which Apache can find
  78.     meta information files. The directory is usually a 'hidden'
  79.     subdirectory of the directory that contains the file being
  80.     accessed. Set to "<code>.</code>" to look in the same directory
  81.     as the file:</p>
  82.  
  83.     <example>MetaDir .</example>
  84.  
  85.     <p>Or, to set it to a subdirectory of the directory containing the
  86.     files:</p>
  87.  
  88.     <example>MetaDir .meta</example>
  89. </usage>
  90. </directivesynopsis>
  91.  
  92. <directivesynopsis>
  93. <name>MetaSuffix</name>
  94. <description>File name suffix for the file containg CERN-style
  95. meta information</description>
  96. <syntax>MetaSuffix <var>suffix</var></syntax>
  97. <default>MetaSuffix .meta</default>
  98. <contextlist><context>server config</context>
  99. <context>virtual host</context>
  100. <context>directory</context>
  101. <context>.htaccess</context></contextlist>
  102. <override>Indexes</override>
  103.  
  104. <usage>
  105.     <p>Specifies the file name suffix for the file containing the
  106.     meta information. For example, the default values for the two
  107.     directives will cause a request to
  108.     <code>DOCUMENT_ROOT/somedir/index.html</code> to look in
  109.     <code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and
  110.     will use its contents to generate additional MIME header
  111.     information.</p>
  112.  
  113.     <example><title>Example:</title>
  114.       MetaSuffix .meta
  115.     </example>
  116. </usage>
  117. </directivesynopsis>
  118.  
  119. </modulesynopsis>
  120.