]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the AddModuleInfo patch.
authordgaudet <dgaudet@unknown>
Wed, 30 Jul 1997 20:08:17 +0000 (20:08 +0000)
committerdgaudet <dgaudet@unknown>
Wed, 30 Jul 1997 20:08:17 +0000 (20:08 +0000)
Submitted by: "Lou D. Langholtz" <ldl@usi.utah.edu>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78823 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.html
docs/manual/mod/mod_info.html

index 0d945902893fbed5b23cdf3e4c742b293c39e661..44725d33d559013319eb1016a190acb7250ef941 100644 (file)
@@ -30,6 +30,7 @@
 <li><A HREF="mod_autoindex.html#addiconbytype">AddIconByType</A>
 <li><A HREF="mod_mime.html#addlanguage">AddLanguage</A>
 <li><A HREF="core.html#addmodule">AddModule</A>
+<li><A HREF="mod_info.html#addmoduleinfo">AddModuleInfo</A>
 <li><A HREF="mod_mime.html#addtype">AddType</A>
 <li><A HREF="mod_log_agent.html#agentlog">AgentLog</A>
 <li><A HREF="mod_alias.html#alias">Alias</A>
index dd7534999064e9a94f40dd993399b5d68379aa57..a4e1ac176149bea4fb8a276965007233104da91b 100644 (file)
@@ -27,6 +27,11 @@ file, and rebuild the server:
 Module info_module   mod_info.o
 </PRE>
 
+<H2>Directives</H2>
+<UL>
+<LI><A HREF="#addmoduleinfo">AddModuleInfo</A>
+</UL>
+
 <HR>
 <P>
 To configure it, add the following to your <code>access.conf</code> file.
@@ -68,6 +73,26 @@ Once configured, the server information is obtained by accessing
   </P>
  </STRONG>
 </BLOCKQUOTE>
+
+<HR>
+
+<H2><A NAME="addmoduleinfo">AddModuleInfo</A></H2>
+<STRONG>Syntax:</STRONG> AddModuleInfo <EM>module-name string</EM><BR>
+<STRONG>Context:</STRONG> server config, virtual host<BR>
+<STRONG>Status:</STRONG> base<BR>
+<STRONG>Module:</STRONG> mod_browser<BR>
+<STRONG>Compatibility:</STRONG> Apache 1.3 and above<P>
+
+This allows the content of <EM>string</EM> to be shown as
+HTML interpreted,
+<STRONG>Additional Information</STRONG> for the module <EM>module-name</EM>.
+Example:
+<BLOCKQUOTE>
+<PRE>
+AddModuleInfo mod_auth.c 'See &lt;A HREF="http://www.apache.org/docs/mod/mod_auth.html"&gt;http://www.apache.org/docs/mod/mod_auth.html&lt;/A&gt;'
+</PRE>
+</BLOCKQUOTE>
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>