randy 97/08/23 11:42:09
Modified: htdocs/manual/mod mod_cern_meta.html Log: Update docs to reflect changes to mod_cern_meta Revision Changes Path 1.8 +16 -2 apachen/htdocs/manual/mod/mod_cern_meta.html Index: mod_cern_meta.html =================================================================== RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_cern_meta.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_cern_meta.html 1997/07/06 17:19:16 1.7 +++ mod_cern_meta.html 1997/08/23 18:42:07 1.8 @@ -36,16 +36,29 @@ <h2>Directives</h2> <ul> +<li><A HREF="#metafiles">MetaFiles</A> <li><A HREF="#metadir">MetaDir</A> <li><A HREF="#metasuffix">MetaSuffix</A> </ul> <hr> +<h2><A name="metafiles">MetaFiles</A></h2> +<strong>Syntax:</strong> MetaFiles <em>on/off</em><br> +<strong>Default:</strong> <code>MetaFiles off</code><br> +<strong>Context:</strong> per-directory config<br> +<strong>Status:</strong> Base<br> +<strong>Module:</strong> mod_cern_meta<br> +<strong>Compatibility:</strong> MetaFiles is only available in Apache 1.3 +and later.<p> + +Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3. + <h2><A name="metadir">MetaDir</A></h2> <strong>Syntax:</strong> MetaDir <em>directory name</em><br> <strong>Default:</strong> <code>MetaDir .web</code><br> -<strong>Context:</strong> server config<br> +<strong>Context: (Apache prior to 1.3)</strong> server config<br> +<strong>Context: (Apache 1.3)</strong> per-directory config<br> <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_cern_meta<br> <strong>Compatibility:</strong> MetaDir is only available in Apache 1.1 @@ -60,7 +73,8 @@ <h2><A name="metasuffix">MetaSuffix</A></h2> <strong>Syntax:</strong> MetaSuffix <em>suffix</em><br> <strong>Default:</strong> <code>MetaSuffix .meta</code><br> -<strong>Context:</strong> server config<br> +<strong>Context: (Apache prior to 1.3)</strong> server config<br> +<strong>Context: (Apache 1.3)</strong> per-directory config<br> <strong>Status:</strong> Base<br> <strong>Module:</strong> mod_cern_meta<br> <strong>Compatibility:</strong> MetaSuffix is only available in Apache 1.1