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:
@@ -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>
|
||||
|
||||
@@ -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 <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>
|
||||
|
||||
Reference in New Issue
Block a user