<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>
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.
</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 <A HREF="http://www.apache.org/docs/mod/mod_auth.html">http://www.apache.org/docs/mod/mod_auth.html</A>'
+</PRE>
+</BLOCKQUOTE>
+
<!--#include virtual="footer.html" -->
</BODY>
</HTML>