From: Joshua Slive Date: Fri, 1 Mar 2002 19:46:20 +0000 (+0000) Subject: mod_cern_meta xml conversion. X-Git-Tag: 2.0.33~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19859acc7855647352f8f0a634bec5dfca5ee12f;p=thirdparty%2Fapache%2Fhttpd.git mod_cern_meta xml conversion. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html index 1a5400e9351..c9c4cc005fe 100644 --- a/docs/manual/mod/mod_cern_meta.html +++ b/docs/manual/mod/mod_cern_meta.html @@ -1,129 +1,186 @@ - - - - - - - Module mod_cern_meta - - - - - - -

Apache module mod_cern_meta

- -

This module provides for CERN httpd metafile semantics.

- -

Status: Extension
- Source File: - mod_cern_meta.c
- Module Identifier: - cern_meta_module
- Compatibility: Available in - Apache 1.1 and later.

- -

Summary

- - Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP + + + + +mod_cern_meta - Apache HTTP Server + + + +
+
+[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

+
+

Apache Module mod_cern_meta

+ + + + +
+ + + + + + + + + + +
Description: +CERN httpd metafile semantics +
Status:Extension
Module Identifier:cern_meta_module
+
+

Summary

+ + + +

Emulate 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. + CERN users who can exploit this module.

-

More information on the + +

More information on the CERN metafile semantics is available.

-

Directives

- - -
- -

MetaFiles - directive

- Syntax: MetaFiles on|off
- Default: 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.

-
- -

MetaDir directive

- Syntax: MetaDir - directory
- Default: 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 +

+

Directives

+ +
+

+MetaDir Directive +

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
Description: Name of the directory to find CERN-style meta information +files
Syntax: +MetaDir directory + +
Default:MetaDir .web
Context:directory
Status:Extension
Module:mod_cern_meta
+
+ + +

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 "." to look in the same directory as the file.

-
-

MetaSuffix - directive

- Syntax: MetaSuffix - suffix
- Default: 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 + +


+

+MetaFiles Directive +

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
Description: Activates CERN meta-file processing
Syntax: +MetaFiles on|off +
Default:MetaFiles off
Context:directory
Status:Extension
Module:mod_cern_meta
+
+ + +

Turns on/off Meta file processing on a per-directory basis.

+ +
+
+

+MetaSuffix Directive +

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
Description: File name suffix for the file containg CERN-style +meta information
Syntax: +MetaSuffix suffix + +
Default:MetaSuffix .meta
Context:directory
Status:Extension
Module:mod_cern_meta
+
+ + +

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 DOCUMENT_ROOT/somedir/index.html to look in @@ -131,8 +188,10 @@ will use its contents to generate additional MIME header information.

-

-

- +
+
+

Apache HTTP Server Version 2.0

+IndexHome +
+ - diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml new file mode 100644 index 00000000000..de97c827f40 --- /dev/null +++ b/docs/manual/mod/mod_cern_meta.xml @@ -0,0 +1,76 @@ + + ]> + + + +mod_cern_meta +CERN httpd metafile semantics +Extension +mod_cern_meta.c +cern_meta_module + + + +

Emulate 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.

+
+ + +MetaFiles +Activates CERN meta-file processing +MetaFiles on|off +MetaFiles off +directory + + +

Turns on/off Meta file processing on a per-directory basis.

+
+
+ + +MetaDir +Name of the directory to find CERN-style meta information +files +MetaDir directory +MetaDir .web +directory + + +

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 "." to look in the same directory + as the file.

+
+
+ + +MetaSuffix +File name suffix for the file containg CERN-style +meta information +MetaSuffix suffix +MetaSuffix .meta +directory + + +

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 + DOCUMENT_ROOT/somedir/index.html to look in + DOCUMENT_ROOT/somedir/.web/index.html.meta and + will use its contents to generate additional MIME header + information.

+
+
+ +