|
Apache HTTP Server Version 1.3Apache module mod_cern_metaThis module is contained in themod_cern_meta.c file, and
is not compiled in by default. It provides for CERN httpd metafile
semantics. It is only available in Apache 1.1 and later.
SummaryEmulate the CERN HTTPD Meta file semantics. Meta files are HTTP headers that can be output in addition to the normal range of headers for each file accessed. They appear rather like the Apache .asis files, and are able to provide a crude way of 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.More information on the CERN metafile semantics is available. DirectivesMetaFilesSyntax: MetaFiles on/offDefault: MetaFiles off Context: per-directory config Status: Base Module: mod_cern_meta Compatibility: MetaFiles is only available in Apache 1.3 and later. Turns on/off Meta file processing on a per-directory basis. This option was introduced in Apache 1.3. MetaDirSyntax: MetaDir directory nameDefault: MetaDir .web Context: (Apache prior to 1.3) server config Context: (Apache 1.3) per-directory config Status: Base Module: mod_cern_meta Compatibility: MetaDir is only available in Apache 1.1 and later.
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 " MetaSuffixSyntax: MetaSuffix suffixDefault: MetaSuffix .meta Context: (Apache prior to 1.3) server config Context: (Apache 1.3) per-directory config Status: Base Module: mod_cern_meta Compatibility: MetaSuffix is only available in Apache 1.1 and later.
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
Apache HTTP Server Version 1.3 |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |