summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-12 23:30:10 +0000
committerRich Bowen <rbowen@apache.org>2002-06-12 23:30:10 +0000
commitb69b0e036281c94db378f91732552c88dbf22655 (patch)
treed2710d4f3c8f7f68dd78531e49a4593f41f0a2d8
parent5cf5552b11ee2ddc3dd20c31bcb7863673db52ea (diff)
downloadhttpd-b69b0e036281c94db378f91732552c88dbf22655.tar.gz
Example of MetaDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_cern_meta.html.en9
-rw-r--r--docs/manual/mod/mod_cern_meta.xml9
2 files changed, 16 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_cern_meta.html.en b/docs/manual/mod/mod_cern_meta.html.en
index 92da1cf65d..a89ff1eaba 100644
--- a/docs/manual/mod/mod_cern_meta.html.en
+++ b/docs/manual/mod/mod_cern_meta.html.en
@@ -20,7 +20,14 @@ files</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" clas
meta information files. The directory is usually a 'hidden'
subdirectory of the directory that contains the file being
accessed. Set to "<code>.</code>" to look in the same directory
- as the file.</p>
+ as the file:</p>
+
+ <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>MetaDir .</code></td></tr></table></blockquote>
+
+ <p>Or, to set it to a subdirectory of the directory containing the
+ files:</p>
+
+ <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>MetaDir .meta</code></td></tr></table></blockquote>
<hr/><h2><a name="MetaFiles">MetaFiles</a> <a name="metafiles">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>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>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>
<hr/><h2><a name="MetaSuffix">MetaSuffix</a> <a name="metasuffix">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>File name suffix for the file containg CERN-style
diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml
index c57609e3e1..2ce93d6e8f 100644
--- a/docs/manual/mod/mod_cern_meta.xml
+++ b/docs/manual/mod/mod_cern_meta.xml
@@ -52,7 +52,14 @@ files</description>
meta information files. The directory is usually a 'hidden'
subdirectory of the directory that contains the file being
accessed. Set to "<code>.</code>" to look in the same directory
- as the file.</p>
+ as the file:</p>
+
+ <example>MetaDir .</example>
+
+ <p>Or, to set it to a subdirectory of the directory containing the
+ files:</p>
+
+ <example>MetaDir .meta</example>
</usage>
</directivesynopsis>