mod_cern_meta.html revision f9b3be308809978f797e0c57b296147532a4313c
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows BGCOLOR="#FFFFFF"
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows TEXT="#000000"
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows LINK="#0000FF"
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows VLINK="#000080"
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows ALINK="#FF0000"
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows<!--#include virtual="header.html" -->
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsThis module is contained in the <CODE>mod_cern_meta.c</CODE> file, and
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsis not compiled in by default. It provides for CERN httpd metafile
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowssemantics. It is only available in Apache 1.1 and later.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsEmulate the CERN HTTPD Meta file semantics. Meta files are HTTP
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsheaders that can be output in addition to the normal range of headers
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsfor each file accessed. They appear rather like the Apache
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi.asis files, and are able to provide a crude way of influencing
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsthe Expires: header, as well as providing other curiosities.
dd566498928f08e7c9a79797a40db893c6a4b9fbvnThere are many ways to manage meta information, this one was
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindichosen because there is already a large number of CERN users
dd566498928f08e7c9a79797a40db893c6a4b9fbvnwho can exploit this module.
62e6146930fb254c3db3332a4597f6fffe081b2cdb<P>More information on the
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows<A HREF="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3.
<!--#include virtual="footer.html" -->