mod_cern_meta.html revision a9e1c7dddc929ece39e53baa6ee665860b9acd0b
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync BGCOLOR="#FFFFFF"
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync TEXT="#000000"
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync LINK="#0000FF"
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync VLINK="#000080"
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync ALINK="#FF0000"
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<!--#include virtual="header.html" -->
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncThis module is contained in the <code>mod_cern_meta.c</code> file, and
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncis not compiled in by default. It provides for CERN httpd metafile
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncsemantics. It is only available in Apache 1.1 and later.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncEmulate the CERN HTTPD Meta file semantics. Meta files are HTTP
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncheaders that can be output in addition to the normal range of headers
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncfor each file accessed. They appear rather like the Apache
7d311ea5bfcbdab3122444f92e7c0d003b3e0baavboxsync.asis files, and are able to provide a crude way of influencing
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncthe Expires: header, as well as providing other curiosities.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncThere are many ways to manage meta information, this one was
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncchosen because there is already a large number of CERN users
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncwho can exploit this module.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<p>More information on the
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Syntax:</strong> MetaFiles <em>on/off</em><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Default:</strong> <code>MetaFiles off</code><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Compatibility:</strong> MetaFiles is only available in Apache 1.3
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncand later.<p>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncTurns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Syntax:</strong> MetaDir <em>directory name</em><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Default:</strong> <code>MetaDir .web</code><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Context: (Apache prior to 1.3)</strong> server config<br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Context: (Apache 1.3)</strong> per-directory config<br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Compatibility:</strong> MetaDir is only available in Apache 1.1
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncand later.<p>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncSpecifies the name of the directory in which Apache can find
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncmeta information files. The directory is usually a 'hidden'
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncsubdirectory of the directory that contains the file being
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncaccessed. Set to "<code>.</code>" to look in the same directory as the
7d311ea5bfcbdab3122444f92e7c0d003b3e0baavboxsync<strong>Syntax:</strong> MetaSuffix <em>suffix</em><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Default:</strong> <code>MetaSuffix .meta</code><br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Context: (Apache prior to 1.3)</strong> server config<br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Context: (Apache 1.3)</strong> per-directory config<br>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<strong>Compatibility:</strong> MetaSuffix is only available in Apache 1.1
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncand later.<p>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncSpecifies the file name suffix for the file containing the
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncmeta information. For example, the default values for the two
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncdirectives will cause a request to <code>
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and will use
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsyncits contents to generate additional MIME header information.
a4b605335b7e6a6ba6d5a301bc96de0e89e4b663vboxsync<!--#include virtual="footer.html" -->