1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00

Document the AddModuleInfo patch.

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
This commit is contained in:
dgaudet
1997-07-30 20:08:17 +00:00
parent fb2e24c9dc
commit 5aa06ad9da
2 changed files with 26 additions and 0 deletions

View 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>

View 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>