You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2002/09/02 00:44:37 UTC

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

kess        2002/09/01 15:44:37

  Modified:    docs/manual/mod mod_cern_meta.xml mod_cern_meta.html.en
  Log:
  Corrected/added the context/override information.
  
  Revision  Changes    Path
  1.7       +15 -3     httpd-2.0/docs/manual/mod/mod_cern_meta.xml
  
  Index: mod_cern_meta.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cern_meta.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_cern_meta.xml	12 Jun 2002 23:48:30 -0000	1.6
  +++ mod_cern_meta.xml	1 Sep 2002 22:44:37 -0000	1.7
  @@ -32,7 +32,11 @@
   <description>Activates CERN meta-file processing</description>
   <syntax>MetaFiles on|off</syntax>
   <default>MetaFiles off</default>
  -<contextlist><context>directory</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context>
  +<context>directory</context>
  +<context>.htaccess</context></contextlist>
  +<override>Indexes</override>
   
   <usage>
       <p>Turns on/off Meta file processing on a per-directory basis.</p>
  @@ -45,7 +49,11 @@
   files</description>
   <syntax>MetaDir <em>directory</em></syntax>
   <default>MetaDir .web</default>
  -<contextlist><context>directory</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context>
  +<context>directory</context>
  +<context>.htaccess</context></contextlist>
  +<override>Indexes</override>
   
   <usage>
       <p>Specifies the name of the directory in which Apache can find
  @@ -69,7 +77,11 @@
   meta information</description>
   <syntax>MetaSuffix <em>suffix</em></syntax>
   <default>MetaSuffix .meta</default>
  -<contextlist><context>directory</context></contextlist>
  +<contextlist><context>server config</context>
  +<context>virtual host</context>
  +<context>directory</context>
  +<context>.htaccess</context></contextlist>
  +<override>Indexes</override>
   
   <usage>
       <p>Specifies the file name suffix for the file containing the
  
  
  
  1.9       +6 -3      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_cern_meta.html.en	2 Aug 2002 04:35:22 -0000	1.8
  +++ mod_cern_meta.html.en	1 Sep 2002 22:44:37 -0000	1.9
  @@ -22,7 +22,8 @@
   files</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>MetaDir <em>directory</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                       </a></td><td><code>MetaDir .web</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>directory</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </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>Indexes</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><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
  @@ -41,7 +42,8 @@
                     </strong></td><td>Activates CERN meta-file processing</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>MetaFiles on|off</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                       </a></td><td><code>MetaFiles off</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>directory</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </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>Indexes</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                     </a></td><td>mod_cern_meta</td></tr></table></td></tr></table>
       <p>Turns on/off Meta file processing on a per-directory basis.</p>
  @@ -50,7 +52,8 @@
   meta information</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:
                     </a></td><td>MetaSuffix <em>suffix</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default: 
                       </a></td><td><code>MetaSuffix .meta</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:
  -                  </a></td><td>directory</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
  +                  </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>Indexes</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:
                     </a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:
                     </a></td><td>mod_cern_meta</td></tr></table></td></tr></table>
       <p>Specifies the file name suffix for the file containing the