From 5aa06ad9da677bec099bc1b56b9378cf0da4f79c Mon Sep 17 00:00:00 2001 From: dgaudet Date: Wed, 30 Jul 1997 20:08:17 +0000 Subject: [PATCH] Document the AddModuleInfo patch. Submitted by: "Lou D. Langholtz" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78823 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html | 1 + docs/manual/mod/mod_info.html | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 0d94590289..44725d33d5 100644 --- a/docs/manual/mod/directives.html +++ b/docs/manual/mod/directives.html @@ -30,6 +30,7 @@
  • AddIconByType
  • AddLanguage
  • AddModule +
  • AddModuleInfo
  • AddType
  • AgentLog
  • Alias diff --git a/docs/manual/mod/mod_info.html b/docs/manual/mod/mod_info.html index dd75349990..a4e1ac1761 100644 --- a/docs/manual/mod/mod_info.html +++ b/docs/manual/mod/mod_info.html @@ -27,6 +27,11 @@ file, and rebuild the server: Module info_module mod_info.o +

    Directives

    + +

    To configure it, add the following to your access.conf file. @@ -68,6 +73,26 @@ Once configured, the server information is obtained by accessing

    + +
    + +

    AddModuleInfo

    +Syntax: AddModuleInfo module-name string
    +Context: server config, virtual host
    +Status: base
    +Module: mod_browser
    +Compatibility: Apache 1.3 and above

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

    +
    +AddModuleInfo mod_auth.c 'See <A HREF="http://www.apache.org/docs/mod/mod_auth.html">http://www.apache.org/docs/mod/mod_auth.html</A>'
    +
    +
    + -- 2.50.1