]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_cern_meta.html
Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
[apache] / docs / manual / mod / mod_cern_meta.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Module mod_cern_meta</TITLE>
5 </HEAD>
6
7 <BODY>
8 <!--#include virtual="header.html" -->
9 <H1>Apache module mod_cern_meta</h1>
10
11 This module is contained in the <code>mod_cern_meta.c</code> file, and
12 is not compiled in by default. It provides for CERN httpd metafile
13 semantics. It is only available in Apache 1.1 and later.
14
15 <h2>Summary</h2>
16
17 Emulate the CERN HTTPD Meta file semantics.  Meta files are HTTP 
18 headers that can be output in addition to the normal range of headers
19 for each file accessed.  They appear rather like the Apache
20 .asis files, and are able to provide a crude way of influencing
21 the Expires: header, as well as providing other curiosities.
22 There are many ways to manage meta information, this one was
23 chosen because there is already a large number of CERN users
24 who can exploit this module. 
25
26 <p>More information on the
27 <a href="http://www.w3.org/pub/WWW/Daemon/User/Config/General.html#MetaDir
28 ">CERN metafile semantics</a> is available.
29
30 <h2>Directives</h2>
31 <ul>
32 <li><A HREF="#metadir">MetaDir</A>
33 <li><A HREF="#metasuffix">MetaSuffix</A>
34 </ul>
35
36 <hr>
37
38 <h2><A name="metadir">MetaDir</A></h2>
39 <strong>Syntax:</strong> MetaDir <em>directory name</em><br>
40 <strong>Default:</strong> <code>MetaDir .web</code><br>
41 <strong>Context:</strong> server config<br>
42 <strong>Status:</strong> Base<br>
43 <strong>Module:</strong> mod_cern_meta<br>
44 <strong>Compatibility:</strong> MetaDir is only available in Apache 1.1
45 and later.<p>
46
47 Specifies the name of the directory in which Apache can find
48 meta information files.  The directory is usually a 'hidden'
49 subdirectory of the directory that contains the file being
50 accessed. Set to "<code>.</code>" to look in the same directory as the
51 file.
52
53 <h2><A name="metasuffix">MetaSuffix</A></h2>
54 <strong>Syntax:</strong> MetaSuffix <em>suffix</em><br>
55 <strong>Default:</strong> <code>MetaSuffix .meta</code><br>
56 <strong>Context:</strong> server config<br>
57 <strong>Status:</strong> Base<br>
58 <strong>Module:</strong> mod_cern_meta<br>
59 <strong>Compatibility:</strong> MetaSuffix is only available in Apache 1.1
60 and later.<p>
61
62 Specifies the file name suffix for the file containing the
63 meta information. For example, the default values for the two
64 directives will cause a request to <code>
65 DOCUMENT_ROOT/somedir/index.html</code> to look in
66 <code>DOCUMENT_ROOT/somedir/.web/index.html.meta</code> and  will use
67 its contents to generate additional MIME header information.
68
69 <p>
70
71 <!--#include virtual="footer.html" -->
72 </BODY>
73 </HTML>
74