From 6a6ba77d0a15fe3fc855f0f1e1bfea684aba4ffc Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Wed, 12 Jun 2002 23:30:10 +0000 Subject: [PATCH] Example of MetaDir directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cern_meta.html.en | 9 ++++++++- docs/manual/mod/mod_cern_meta.xml | 9 ++++++++- 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." to look in the same directory - as the file.

+ as the file:

+ +
MetaDir .
+ +

Or, to set it to a subdirectory of the directory containing the + files:

+ +
MetaDir .meta

MetaFiles Directive

Description: Activates CERN meta-file processing
Syntax:MetaFiles on|off
Default:MetaFiles off
Context:directory
Status:Extension
Module:mod_cern_meta

Turns on/off Meta file processing on a per-directory basis.


MetaSuffix Directive

Description: 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 meta information files. The directory is usually a 'hidden' subdirectory of the directory that contains the file being accessed. Set to "." to look in the same directory - as the file.

+ as the file:

+ + MetaDir . + +

Or, to set it to a subdirectory of the directory containing the + files:

+ + MetaDir .meta -- 2.50.1