1356N/A<
META http-
equiv="Content-Type" content="text/html; charset=iso-8859-1">
561N/AXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 919N/A This file is generated from xml source: DO NOT EDIT 919N/AXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 919N/A<
title>mod_cern_meta - Apache HTTP Server</
title>
919N/A<
img alt="[APACHE DOCUMENTATION]" src="/images/sub.gif"><
h3>Apache HTTP Server Version 2.0</
h3>
919N/A<
h1 align="center">Apache Module mod_cern_meta</
h1>
919N/A<
table cellspacing="1" cellpadding="0" bgcolor="#cccccc">
919N/A<
table bgcolor="#ffffff">
561N/A<
td><
span class="help">Description:</
span></
td><
td>
561N/A<
description>CERN httpd metafile semantics</
description>
970N/A<
td><
a href="module-dict.html#ModuleIdentifier" class="help">Module Identifier:</
a></
td><
td>cern_meta_module</
td>
1356N/A<
p>Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
1395N/A headers that can be output in addition to the normal range of
1356N/A headers for each file accessed. They appear rather like the
561N/A Apache .asis files, and are able to provide a crude way of
561N/A influencing the Expires: header, as well as providing other
curiosities. There are many ways to manage meta information,
this one was chosen because there is already a large number of
CERN users who can exploit this module.</
p>
CERN metafile semantics</
a> is available.</
p>
<
a href="#metadir">MetaDir</
a>
<
a href="#metafiles">MetaFiles</
a>
<
a href="#metasuffix">MetaSuffix</
a>
<
a name="MetaDir">MetaDir</
a> <
a name="metadir">Directive</
a>
<
table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc">
<
table width="100%" bgcolor="#ffffff">
<
td><
strong>Description: </
strong></
td><
td>Name of the directory to find CERN-style meta information
<
syntax>MetaDir <
em>directory</
em>
<
td><
a href="directive-dict.html#Default" class="help">Default:</
a></
td><
td><
code>MetaDir .web</
code></
td>
<
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
<
a name="MetaFiles">MetaFiles</
a> <
a name="metafiles">Directive</
a>
<
table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc">
<
table width="100%" bgcolor="#ffffff">
<
td><
strong>Description: </
strong></
td><
td>Activates CERN meta-file processing</
td>
<
syntax>MetaFiles on|off</
syntax>
<
td><
a href="directive-dict.html#Default" class="help">Default:</
a></
td><
td><
code>MetaFiles off</
code></
td>
<
p>Turns
on/
off Meta file processing on a per-directory basis.</
p>
<
a name="MetaSuffix">MetaSuffix</
a> <
a name="metasuffix">Directive</
a>
<
table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc">
<
table width="100%" bgcolor="#ffffff">
<
td><
strong>Description: </
strong></
td><
td>File name suffix for the file containg CERN-style
<
syntax>MetaSuffix <
em>suffix</
em>
<
td><
a href="directive-dict.html#Default" class="help">Default:</
a></
td><
td><
code>MetaSuffix .meta</
code></
td>
<
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
<
h3 align="center">Apache HTTP Server Version 2.0</
h3>