From 58ebcee8ba3559d747ac1c6cd4e08066752f86d8 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Sat, 16 Nov 2002 01:31:29 +0000 Subject: [PATCH] - -> - little markup & reformatting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97537 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_info.html.en | 40 +++++++++++----------- docs/manual/mod/mod_info.xml | 47 +++++++++++++------------- docs/manual/mod/quickreference.html.en | 2 +- 3 files changed, 44 insertions(+), 45 deletions(-) diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 98bb02e9ce..8a62c2d806 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -10,15 +10,16 @@ configurationStatus: ExtensionModule Identifier: info_moduleSource File: mod_info.c

Summary

-

To configure mod_info, add the following to your httpd.conf file.

-

-<Location /server-info>
-SetHandler server-info
-</Location>
-

+

+ <Location /server-info>
+ + SetHandler server-info
+
+ </Location> +

You may wish to add a <Limit> @@ -43,7 +44,7 @@ SetHandler server-info

It should also be noted that if mod_info is compiled into the server, its handler capability is available in all configuration - files, including per-directory files (e.g., + files, including per-directory files (e.g., .htaccess). This may have security-related ramifications for your site.

@@ -51,28 +52,27 @@ SetHandler server-info
from the configuration directives of other Apache modules such as system paths, usernames/passwords, database names, etc. Due to the way this module works there is no way to block information - from it. Therefore, this module should ONLY be used in a controlled - environment and always with caution.

- + from it. Therefore, this module should only be + used in a controlled environment and always with caution.

Directives

top

AddModuleInfo Directive

Description: Adds additional information to the module information displayed by the server-info handler
Syntax: - AddModuleInfo module-name string
Context: + AddModuleInfo module-name string
Context: server config, virtual host
Status: Extension
Module: mod_info
Compatibility: Apache 1.3 and above
-

This allows the content of string to be shown as +

This allows the content of string to be shown as HTML interpreted, Additional Information for - the module module-name. Example:

+ the module module-name. Example:

-

- AddModuleInfo mod_authn_file.c 'See <a \
- - href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' -
-

+

+ AddModuleInfo mod_authn_file.c 'See <a \
+ + href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
+ http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' +
+

\ No newline at end of file diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml index 497d794d57..be76579240 100644 --- a/docs/manual/mod/mod_info.xml +++ b/docs/manual/mod/mod_info.xml @@ -10,17 +10,17 @@ configuration mod_info.c info_module - -

To configure mod_info, add the following to your httpd.conf file.

- -<Location /server-info>
-SetHandler server-info
-</Location>
-
+ + <Location /server-info>
+ + SetHandler server-info
+
+ </Location> +

You may wish to add a Limit @@ -45,7 +45,7 @@ SetHandler server-info

It should also be noted that if mod_info is compiled into the server, its handler capability is available in all configuration - files, including per-directory files (e.g., + files, including per-directory files (e.g., .htaccess). This may have security-related ramifications for your site.

@@ -53,9 +53,8 @@ SetHandler server-info
from the configuration directives of other Apache modules such as system paths, usernames/passwords, database names, etc. Due to the way this module works there is no way to block information - from it. Therefore, this module should ONLY be used in a controlled - environment and always with caution.

- + from it. Therefore, this module should only be + used in a controlled environment and always with caution.

@@ -63,23 +62,23 @@ SetHandler server-info
AddModuleInfo Adds additional information to the module information displayed by the server-info handler -AddModuleInfo module-name string -server config virtual -host +AddModuleInfo module-name string +server configvirtual host + Apache 1.3 and above -

This allows the content of string to be shown as +

This allows the content of string to be shown as HTML interpreted, Additional Information for - the module module-name. Example:

- - - AddModuleInfo mod_authn_file.c 'See <a \
- - href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' -
-
+ the module module-name. Example:

+ + + AddModuleInfo mod_authn_file.c 'See <a \
+ + href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
+ http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>' +
+
diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index da18686cc9..800e7928b1 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -73,7 +73,7 @@ content-type AddLanguage MIME-lang extension [extension] ...svdhBMaps the given filename extension to the specified content language -AddModuleInfo module-name stringsvEAdds additional information to the module +AddModuleInfo module-name stringsvEAdds additional information to the module information displayed by the server-info handler AddOutputFilter filter[;filter...] extension -- 2.50.1