From fcb88838f4347dc818b7193992fda3a05411f2f2 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 6 Mar 2002 20:58:48 +0000 Subject: [PATCH] Bring some docs into line with the DTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_speling.xml | 22 ++++++++++---------- docs/manual/mod/mod_status.xml | 24 +++++++++++----------- docs/manual/mod/mod_suexec.xml | 7 ++++--- docs/manual/mod/mod_unique_id.xml | 9 ++++----- docs/manual/mod/mod_userdir.xml | 9 +++++---- docs/manual/mod/mod_vhost_alias.xml | 31 ++++++++++++++--------------- docs/manual/mod/mpm_winnt.xml | 1 + 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 @@ + mod_speling +Attempts to correct mistaken URLs that +users might have entered by ignoring capitalization and by +allowing up to one misspelling Extension -speling_module mod_speling.c -Available in Apache 1.3 and later. Available as -an External module in Apache 1.1 and later. +speling_module + -This module attempts to correct misspellings of URLs that -users might have entered, by ignoring capitalization and by -allowing up to one misspelling. @@ -47,6 +47,8 @@ allowing up to one misspelling. CheckSpelling +Enables the spelling +module CheckSpelling on|off CheckSpelling Off @@ -59,10 +61,8 @@ allowing up to one misspelling. 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 CheckSpelling directive was only available in the +1.3.2, the CheckSpelling directive was only available in the "server" and "virtual host" contexts. -This directive enables or disables the spelling -module. @@ -84,9 +84,9 @@ module. directory names.
  • spelling corrections apply strictly to existing files, so - a request for the <Location /status> may + a request for the <Location /status> may get incorrectly treated as the negotiated file - "/stats.html".
  • + "/stats.html".
    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 @@ + mod_status +Provides information on server activity and +performance Base -status_module mod_status.c -Available in Apache 1.1 and later +status_module -This module provides information on server activity and -performance. @@ -53,17 +53,17 @@ performance.
  • The current hosts and requests being processed (*)
  • - A compile-time option must be used to display the details +

    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.

    Enabling Status Support - To enable status reports only for browsers from the foo.com +

    To enable status reports only for browsers from the foo.com domain add this code to your httpd.conf - configuration file + configuration file

    <Location /server-status>
    SetHandler server-status
    @@ -87,22 +87,22 @@ performance.
    Automatic Updates - You can get the status page to update itself automatically if +

    You can get the status page to update itself automatically if you have a browser that supports "refresh". Access the page http://your.server.name/server-status?refresh=N to - refresh the page every N seconds. + refresh the page every N seconds.

    Machine Readable Status File - A machine-readable version of the status file is available by +

    A machine-readable version of the status file is available by accessing the page http://your.server.name/server-status?auto. This is useful when automatically run, see the Perl program in the /support directory of Apache, - log_server_status. + log_server_status.

    It should be noted that if mod_status 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 @@ + mod_suexec +Allows CGI scripts to run as a specified user +and Group Extension -suexec_module mod_suexec.c +suexec_module Available in Apache 2.0 and later -This module allows CGI scripts to run as a specified user -and Group.

    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 @@ + mod_unique_id +Provides an environment variable with a unique +identifier for each request Extension -unique_id_module mod_unique_id.c -Available in Apache 1.3 and later. - -This module provides an environment variable with a unique -identifier for each request. +unique_id_module

    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 @@ + mod_userdir +Provides for user-specific +directories Base -This module provides for user-specific -directories. -userdir_module mod_userdir.c +userdir_module @@ -21,7 +22,7 @@ for a particular user are received, denoted by requests containing ~username, such as http://server.example.com/~bob/ UserDir directory-filename -UserDir public_html +UserDir public_html server config virtual host All forms except the UserDir public_html 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 @@ + mod_vhost_alias +Provides for dynamically configured mass virtual +hosting Extension -vhost_alias_module mod_vhost_alias.c -Available in Apache 1.3.7 and later. - -This module provides support for dynamically configured mass virtual -hosting. +vhost_alias_module @@ -20,10 +19,10 @@ hosting. determine what files to serve. This allows for easy use of a huge number of virtual hosts with similar configurations.

    - See also: UseCanonicalName.
    + UseCanonicalName.
    Directory Name Interpolation @@ -180,6 +179,8 @@ hosting. VirtualDocumentRoot +Dynamically configure the location of the document root +for a given virtual host VirtualDocumentRoot interpolated-directory none @@ -189,8 +190,6 @@ hosting. VirtualDocumentRoot is only available in 1.3.7 and later. -Dynamically configure the location of the document root -for a given virtual host. @@ -210,6 +209,8 @@ for a given virtual host. VirtualDocumentRootIP +Dynamically configure the location of the document root +for a given virtual host VirtualDocumentRootIP interpolated-directory none @@ -219,8 +220,6 @@ for a given virtual host. VirtualDocumentRootIP is only available in 1.3.7 and later. -Dynamically configure the location of the document root -for a given virtual host @@ -233,6 +232,8 @@ for a given virtual host VirtualScriptAlias +Dynamically configure the location of the CGI directory for +a given virtual host VirtualScriptAlias interpolated-directory none @@ -242,8 +243,6 @@ for a given virtual host VirtualScriptAlias is only available in 1.3.7 and later. -Dynamically configure the location of the CGI directory for -a given virtual host. @@ -260,6 +259,8 @@ a given virtual host. VirtualScriptAliasIP +Dynamically configure the location of the cgi directory for +a given virtual host VirtualScriptAliasIP interpolated-directory none @@ -269,8 +270,6 @@ a given virtual host. VirtualScriptAliasIP is only available in 1.3.7 and later. -Dynamically configure the location of the cgi directory for -a given virtual host. 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 @@ + -- 2.50.1