2N/A<?
xml version="1.0"?>
2N/A<
name>mod_cern_meta</
name>
2N/A<
description>CERN httpd metafile semantics</
description>
2N/A<
status>Extension</
status>
2N/A<
identifier>cern_meta_module</
identifier>
2N/A <
p>Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
2N/A headers that can be output in addition to the normal range of
2N/A headers for each file accessed. They appear rather like the
2N/A Apache .asis files, and are able to provide a crude way of
2N/A influencing the Expires: header, as well as providing other
2N/A curiosities. There are many ways to manage meta information,
2N/A this one was chosen because there is already a large number of
2N/A CERN users who can exploit this module.</
p>
2N/A <
p>More information on the <
a 2N/A >CERN metafile semantics</
a> is available.</
p>
2N/A<
seealso><
module>mod_headers</
module></
seealso>
2N/A<
seealso><
module>mod_asis</
module></
seealso>
2N/A<
name>MetaFiles</
name>
2N/A<
description>Activates CERN meta-file processing</
description>
2N/A<
syntax>MetaFiles on|off</
syntax>
2N/A<
default>MetaFiles off</
default>
2N/A<
contextlist><
context>server config</
context>
2N/A<
context>virtual host</
context>
2N/A<
context>directory</
context>
2N/A<
context>.htaccess</
context></
contextlist>
2N/A<
override>Indexes</
override>
<
p>Turns
on/
off Meta file processing on a per-directory basis.</
p>
<
description>Name of the directory to find CERN-style meta information
<
syntax>MetaDir <
var>directory</
var></
syntax>
<
default>MetaDir .web</
default>
<
contextlist><
context>server config</
context>
<
context>virtual host</
context>
<
context>directory</
context>
<
context>.htaccess</
context></
contextlist>
<
override>Indexes</
override>
<
p>Specifies the name of the directory in which Apache can find
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
<
example>MetaDir .</
example>
<
p>Or, to set it to a subdirectory of the directory containing the
<
example>MetaDir .meta</
example>
<
description>File name suffix for the file containg CERN-style
meta information</
description>
<
syntax>MetaSuffix <
var>suffix</
var></
syntax>
<
default>MetaSuffix .meta</
default>
<
contextlist><
context>server config</
context>
<
context>virtual host</
context>
<
context>directory</
context>
<
context>.htaccess</
context></
contextlist>
<
override>Indexes</
override>
<
p>Specifies the file name suffix for the file containing the
meta information. For example, the default values for the two
directives will cause a request to
will use its contents to generate additional MIME header
<
example><
title>Example:</
title>