mod_cern_meta.html revision 1e895b30bf4833c928334fad80fac8be169ab877
3853N/A<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
3853N/A<HTML>
3853N/A<HEAD>
3853N/A<TITLE>Module mod_cern_meta</TITLE>
3853N/A</HEAD>
3853N/A
3853N/A<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
3853N/A<BODY
3853N/A BGCOLOR="#FFFFFF"
3853N/A TEXT="#000000"
3853N/A LINK="#0000FF"
3853N/A VLINK="#000080"
3853N/A ALINK="#FF0000"
3853N/A>
3853N/A<!--#include virtual="header.html" -->
3853N/A<H1 ALIGN="CENTER">Apache module mod_cern_meta</h1>
3853N/A
3853N/AThis module is contained in the <code>mod_cern_meta.c</code> file, and
3853N/Ais not compiled in by default. It provides for CERN httpd metafile
3853N/Asemantics. It is only available in Apache 1.1 and later.
3853N/A
3853N/A<h2>Summary</h2>
3853N/A
3853N/AEmulate the CERN HTTPD Meta file semantics. Meta files are HTTP
5035N/Aheaders that can be output in addition to the normal range of headers
3853N/Afor each file accessed. They appear rather like the Apache
3853N/A.asis files, and are able to provide a crude way of influencing
3853N/Athe Expires: header, as well as providing other curiosities.
3853N/AThere are many ways to manage meta information, this one was
3853N/Achosen because there is already a large number of CERN users
3853N/Awho can exploit this module.
3853N/A
3853N/A<p>More information on the
3853N/A<a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
3853N/A">CERN metafile semantics</a> is available.
3853N/A
3853N/A<h2>Directives</h2>
3853N/A<ul>
3853N/A<li><A HREF="#metadir">MetaDir</A>
3853N/A<li><A HREF="#metasuffix">MetaSuffix</A>
3853N/A</ul>
3853N/A
3853N/A<hr>
3853N/A
3853N/A<h2><A name="metadir">MetaDir</A></h2>
3853N/A<strong>Syntax:</strong> MetaDir <em>directory name</em><br>
3853N/A<strong>Default:</strong> <code>MetaDir .web</code><br>
3853N/A<strong>Context:</strong> server config<br>
3853N/A<strong>Status:</strong> Base<br>
3853N/A<strong>Module:</strong> mod_cern_meta<br>
3853N/A<strong>Compatibility:</strong> MetaDir is only available in Apache 1.1
3853N/Aand later.<p>
3853N/A
3853N/ASpecifies the name of the directory in which Apache can find
3853N/Ameta information files. The directory is usually a 'hidden'
3853N/Asubdirectory of the directory that contains the file being
3853N/Aaccessed. Set to "<code>.</code>" to look in the same directory as the
3853N/Afile.
3853N/A
3853N/A<h2><A name="metasuffix">MetaSuffix</A></h2>
3853N/A<strong>Syntax:</strong> MetaSuffix <em>suffix</em><br>
3853N/A<strong>Default:</strong> <code>MetaSuffix .meta</code><br>
3853N/A<strong>Context:</strong> server config<br>
3853N/A<strong>Status:</strong> Base<br>
3853N/A<strong>Module:</strong> mod_cern_meta<br>
3853N/A<strong>Compatibility:</strong> MetaSuffix is only available in Apache 1.1
3853N/Aand later.<p>
3853N/A
3853N/ASpecifies the file name suffix for the file containing the
3853N/Ameta information. For example, the default values for the two
3853N/Adirectives will cause a request to <code>
3853N/ADOCUMENT_ROOT/somedir/index.html</code> to look in
3853N/A<code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and will use
3853N/Aits contents to generate additional MIME header information.
5061N/A
3853N/A<p>
3853N/A
3853N/A<!--#include virtual="footer.html" -->
3853N/A</BODY>
3853N/A</HTML>
3853N/A
3853N/A