From: dgaudet Date: Wed, 30 Jul 1997 20:08:17 +0000 (+0000) Subject: Document the AddModuleInfo patch. X-Git-Tag: APACHE_1_3b1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa06ad9da677bec099bc1b56b9378cf0da4f79c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/directives.html b/docs/manual/mod/directives.html index 0d945902893..44725d33d55 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 dd753499906..a4e1ac17614 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>'
    +
    +
    +