summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_info.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-03-08 18:00:37 +0000
committerJoshua Slive <slive@apache.org>2002-03-08 18:00:37 +0000
commitc9b4962ad98261950af7e5f3eae51a22a56d34d6 (patch)
tree862e37bb02686052780d04aa8332422e1a418ffe /docs/manual/mod/mod_info.xml
parent54bef653f021cf652dca6afc0488fba1c0d5d479 (diff)
downloadhttpd-c9b4962ad98261950af7e5f3eae51a22a56d34d6.tar.gz
Make the xml match the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.xml')
-rw-r--r--docs/manual/mod/mod_info.xml18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/manual/mod/mod_info.xml b/docs/manual/mod/mod_info.xml
index c086a891f0..f565d484d2 100644
--- a/docs/manual/mod/mod_info.xml
+++ b/docs/manual/mod/mod_info.xml
@@ -1,22 +1,19 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_info</name>
+<description>Provides a comprehensive overview of the server
+configuration</description>
<status>Extension</status>
-<description>This module provides a comprehensive overview of the server
-configuration including all installed modules and directives in the
-configuration files.</description>
-<identifier>info_module</identifier>
<sourcefile>mod_info.c</sourcefile>
-<compatibility>Available in Apache 1.1 and later</compatibility>
+<identifier>info_module</identifier>
<summary>
- <h2>Using mod_info</h2>
-
- <p>To configure it, add the following to your
+ <p>To configure <module>mod_info</module>, add the following to your
<code>httpd.conf</code> file.</p>
<example>
@@ -25,12 +22,12 @@ SetHandler server-info<br />
&lt;/Location&gt;<br />
</example>
- You may wish to add a
+ <p>You may wish to add a
<directive module="core">&lt;Limit&gt;</directive>
clause inside the
<directive module="core">&lt;location&gt;</directive>
directive to limit access to your server configuration
- information.
+ information.</p>
<p>Once configured, the server information is obtained by
accessing <code>http://your.host.dom/server-info</code></p>
@@ -59,7 +56,6 @@ SetHandler server-info<br />
<description>Allows additional information to be added to the module
information displayed by the server-info handler</description>
<syntax>AddModuleInfo <em>module-name string</em></syntax>
-<default><em>none</em></default>
<contextlist><context>server config</context> <context>virtual
host</context></contextlist>
<compatibility>Apache 1.3 and above</compatibility>