summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocs/manual/mod/mod_speling.xml22
-rw-r--r--docs/manual/mod/mod_status.xml24
-rw-r--r--docs/manual/mod/mod_suexec.xml7
-rwxr-xr-xdocs/manual/mod/mod_unique_id.xml9
-rwxr-xr-xdocs/manual/mod/mod_userdir.xml9
-rw-r--r--docs/manual/mod/mod_vhost_alias.xml31
-rw-r--r--docs/manual/mod/mpm_winnt.xml1
7 files changed, 52 insertions, 51 deletions
diff --git a/docs/manual/mod/mod_speling.xml b/docs/manual/mod/mod_speling.xml
index dd6df25b74..cf4055e5ee 100755
--- a/docs/manual/mod/mod_speling.xml
+++ b/docs/manual/mod/mod_speling.xml
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_speling</name>
+<description>Attempts to correct mistaken URLs that
+users might have entered by ignoring capitalization and by
+allowing up to one misspelling</description>
<status>Extension</status>
-<identifier>speling_module</identifier>
<sourcefile>mod_speling.c</sourcefile>
-<compatibility>Available in Apache 1.3 and later. Available as
-an External module in Apache 1.1 and later.</compatibility>
+<identifier>speling_module</identifier>
+
-<description>This module attempts to correct misspellings of URLs that
-users might have entered, by ignoring capitalization and by
-allowing up to one misspelling.</description>
<summary>
@@ -47,6 +47,8 @@ allowing up to one misspelling.</description>
<directivesynopsis>
<name>CheckSpelling</name>
+<description>Enables the spelling
+module</description>
<syntax>CheckSpelling on|off</syntax>
<default>CheckSpelling Off</default>
<contextlist>
@@ -59,10 +61,8 @@ allowing up to one misspelling.</description>
<compatibility>CheckSpelling was available as a separately available
module for Apache 1.1, but was limited to miscapitalizations. As
of Apache 1.3, it is part of the Apache distribution. Prior to Apache
-1.3.2, the <samp>CheckSpelling</samp> directive was only available in the
+1.3.2, the <code>CheckSpelling</code> directive was only available in the
"server" and "virtual host" contexts.</compatibility>
-<description>This directive enables or disables the spelling
-module.</description>
<usage>
@@ -84,9 +84,9 @@ module.</description>
directory names.</li>
<li>spelling corrections apply strictly to existing files, so
- a request for the <samp>&lt;Location /status&gt;</samp> may
+ a request for the <code>&lt;Location /status&gt;</code> may
get incorrectly treated as the negotiated file
- "<samp>/stats.html</samp>".</li>
+ "<code>/stats.html</code>".</li>
</ul>
</usage>
diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml
index d3a351f12f..81dd0b3d98 100644
--- a/docs/manual/mod/mod_status.xml
+++ b/docs/manual/mod/mod_status.xml
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_status</name>
+<description>Provides information on server activity and
+performance</description>
<status>Base</status>
-<identifier>status_module</identifier>
<sourcefile>mod_status.c</sourcefile>
-<compatibility>Available in Apache 1.1 and later</compatibility>
+<identifier>status_module</identifier>
-<description>This module provides information on server activity and
-performance.</description>
<summary>
@@ -53,17 +53,17 @@ performance.</description>
<li>The current hosts and requests being processed (*)</li>
</ul>
- A compile-time option must be used to display the details
+ <p>A compile-time option must be used to display the details
marked "(*)" as the instrumentation required for obtaining
- these statistics does not exist within standard Apache.
+ these statistics does not exist within standard Apache.</p>
</summary>
<section>
<title>Enabling Status Support</title>
- To enable status reports only for browsers from the foo.com
+ <p>To enable status reports only for browsers from the foo.com
domain add this code to your <code>httpd.conf</code>
- configuration file
+ configuration file</p>
<example>
&lt;Location /server-status&gt;<br />
SetHandler server-status<br />
@@ -87,22 +87,22 @@ performance.</description>
<section>
<title>Automatic Updates</title>
- You can get the status page to update itself automatically if
+ <p>You can get the status page to update itself automatically if
you have a browser that supports "refresh". Access the page
<code>http://your.server.name/server-status?refresh=N</code> to
- refresh the page every N seconds.
+ refresh the page every N seconds.</p>
</section>
<section>
<title>Machine Readable Status File</title>
- A machine-readable version of the status file is available by
+ <p>A machine-readable version of the status file is available by
accessing the page
<code>http://your.server.name/server-status?auto</code>. This
is useful when automatically run, see the Perl program in the
<code>/support</code> directory of Apache,
- <code>log_server_status</code>.
+ <code>log_server_status</code>.</p>
<note>
<strong>It should be noted that if <module>mod_status</module> is
diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml
index 896a81dd7b..470261453d 100644
--- a/docs/manual/mod/mod_suexec.xml
+++ b/docs/manual/mod/mod_suexec.xml
@@ -1,15 +1,16 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_suexec</name>
+<description>Allows CGI scripts to run as a specified user
+and Group</description>
<status>Extension</status>
-<identifier>suexec_module</identifier>
<sourcefile>mod_suexec.c</sourcefile>
+<identifier>suexec_module</identifier>
<compatibility>Available in Apache 2.0 and later</compatibility>
-<description>This module allows CGI scripts to run as a specified user
-and Group.</description>
<summary>
<p>This module allows CGI scripts to run as a specified user
diff --git a/docs/manual/mod/mod_unique_id.xml b/docs/manual/mod/mod_unique_id.xml
index 6c4166c1d8..c01f65dc67 100755
--- a/docs/manual/mod/mod_unique_id.xml
+++ b/docs/manual/mod/mod_unique_id.xml
@@ -1,15 +1,14 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_unique_id</name>
+<description>Provides an environment variable with a unique
+identifier for each request</description>
<status>Extension</status>
-<identifier>unique_id_module</identifier>
<sourcefile>mod_unique_id.c</sourcefile>
-<compatibility>Available in Apache 1.3 and later.</compatibility>
-
-<description>This module provides an environment variable with a unique
-identifier for each request.</description>
+<identifier>unique_id_module</identifier>
<summary>
diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml
index 7ee31fe51f..da87688106 100755
--- a/docs/manual/mod/mod_userdir.xml
+++ b/docs/manual/mod/mod_userdir.xml
@@ -1,13 +1,14 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_userdir</name>
+<description>Provides for user-specific
+directories</description>
<status>Base</status>
-<description>This module provides for user-specific
-directories.</description>
-<identifier>userdir_module</identifier>
<sourcefile>mod_userdir.c</sourcefile>
+<identifier>userdir_module</identifier>
<summary>
</summary>
@@ -21,7 +22,7 @@ for a particular user are received, denoted by requests containing
<em>~username</em>, such as
<em>http://server.example.com/~bob/</em></description>
<syntax>UserDir <em>directory-filename</em></syntax>
-<default>UserDir <em>public_html</em></default>
+<default>UserDir public_html</default>
<contextlist><context>server config</context> <context>virtual
host</context></contextlist>
<compatibility>All forms except the <code>UserDir public_html</code>
diff --git a/docs/manual/mod/mod_vhost_alias.xml b/docs/manual/mod/mod_vhost_alias.xml
index d10d21cb39..fe766a3126 100644
--- a/docs/manual/mod/mod_vhost_alias.xml
+++ b/docs/manual/mod/mod_vhost_alias.xml
@@ -1,16 +1,15 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
<name>mod_vhost_alias</name>
+<description>Provides for <a
+href="../vhosts/mass.html">dynamically configured mass virtual
+hosting</a></description>
<status>Extension</status>
-<identifier>vhost_alias_module</identifier>
<sourcefile>mod_vhost_alias.c</sourcefile>
-<compatibility>Available in Apache 1.3.7 and later.</compatibility>
-
-<description>This module provides support for <a
-href="../vhosts/mass.html">dynamically configured mass virtual
-hosting</a>.</description>
+<identifier>vhost_alias_module</identifier>
<summary>
@@ -20,10 +19,10 @@ hosting</a>.</description>
determine what files to serve. This allows for easy use of a
huge number of virtual hosts with similar configurations.</p>
- <seealso>See also: <directive
- module="core">UseCanonicalName</directive>.</seealso>
</summary>
+ <seealso><directive
+ module="core">UseCanonicalName</directive>.</seealso>
<section>
<title>Directory Name Interpolation</title>
@@ -180,6 +179,8 @@ hosting</a>.</description>
<directivesynopsis>
<name>VirtualDocumentRoot</name>
+<description>Dynamically configure the location of the document root
+for a given virtual host</description>
<syntax>VirtualDocumentRoot <em>interpolated-directory</em></syntax>
<default>none</default>
<contextlist>
@@ -189,8 +190,6 @@ hosting</a>.</description>
<override></override>
<compatibility>VirtualDocumentRoot is only available in 1.3.7 and
later.</compatibility>
-<description>Dynamically configure the location of the document root
-for a given virtual host.</description>
<usage>
@@ -210,6 +209,8 @@ for a given virtual host.</description>
<directivesynopsis>
<name>VirtualDocumentRootIP</name>
+<description>Dynamically configure the location of the document root
+for a given virtual host</description>
<syntax>VirtualDocumentRootIP <em>interpolated-directory</em></syntax>
<default>none</default>
<contextlist>
@@ -219,8 +220,6 @@ for a given virtual host.</description>
<override></override>
<compatibility>VirtualDocumentRootIP is only available in 1.3.7
and later.</compatibility>
-<description>Dynamically configure the location of the document root
-for a given virtual host</description>
<usage>
@@ -233,6 +232,8 @@ for a given virtual host</description>
<directivesynopsis>
<name>VirtualScriptAlias</name>
+<description>Dynamically configure the location of the CGI directory for
+a given virtual host</description>
<syntax>VirtualScriptAlias <em>interpolated-directory</em></syntax>
<default>none</default>
<contextlist>
@@ -242,8 +243,6 @@ for a given virtual host</description>
<override></override>
<compatibility>VirtualScriptAlias is only available in 1.3.7
and later.</compatibility>
-<description>Dynamically configure the location of the CGI directory for
-a given virtual host.</description>
<usage>
@@ -260,6 +259,8 @@ a given virtual host.</description>
<directivesynopsis>
<name>VirtualScriptAliasIP</name>
+<description>Dynamically configure the location of the cgi directory for
+a given virtual host</description>
<syntax>VirtualScriptAliasIP <em>interpolated-directory</em></syntax>
<default>none</default>
<contextlist>
@@ -269,8 +270,6 @@ a given virtual host.</description>
<override></override>
<compatibility>VirtualScriptAliasIP is only available in 1.3.7
and later.</compatibility>
-<description>Dynamically configure the location of the cgi directory for
-a given virtual host.</description>
<usage>
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
index ca51b38063..4e5e9c111b 100644
--- a/docs/manual/mod/mpm_winnt.xml
+++ b/docs/manual/mod/mpm_winnt.xml
@@ -1,4 +1,5 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>