]> granicus.if.org Git - apache/commitdiff
Bring some docs into line with the DTD.
authorJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 20:58:48 +0000 (20:58 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 20:58:48 +0000 (20:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_speling.xml
docs/manual/mod/mod_status.xml
docs/manual/mod/mod_suexec.xml
docs/manual/mod/mod_unique_id.xml
docs/manual/mod/mod_userdir.xml
docs/manual/mod/mod_vhost_alias.xml
docs/manual/mod/mpm_winnt.xml

index dd6df25b746695666f57231bc5dd49373b8dd49d..cf4055e5ee275f798d80b229b8f844109cd55784 100755 (executable)
@@ -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>
 
index d3a351f12ff050611fae5492d2df292b989f46bf..81dd0b3d98b9b78fc8fd3594a8dffad5a3fe0f89 100644 (file)
@@ -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
index 896a81dd7b4d93ec6ea7fe617acee9cecde0571a..470261453dc41a13537d993c00a30354907e6fb3 100644 (file)
@@ -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
index 6c4166c1d828bec31ff7708523b21db5627d309c..c01f65dc67a3445d402256fd95211d7ce6055166 100755 (executable)
@@ -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>
 
index 7ee31fe51f9894cd344ccfeef4c868af9170744c..da8768810689303599f2b86e7c80890bd635c928 100755 (executable)
@@ -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>
index d10d21cb396b8f5de42f4394b4de438bdfb51382..fe766a3126a154bd4301abaec06a08bdb675889e 100644 (file)
@@ -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>
 
index ca51b38063ed37f742d8959e5e0cb222af4c3c74..4e5e9c111b60be62ff78000623f4e54ef6542528 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
 <modulesynopsis>