From 1fd906f4196bf098c3491c9735ef45be86e40ac5 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 6 Mar 2002 16:24:47 +0000 Subject: [PATCH] A few small changes to bring some docs in line with the DTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93729 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_access.xml | 14 +++++++------- docs/manual/mod/mod_actions.xml | 2 +- docs/manual/mod/mod_alias.xml | 1 + docs/manual/mod/mod_dav.xml | 2 +- docs/manual/mod/mod_dir.xml | 6 +++--- docs/manual/mod/mod_setenvif.xml | 11 ++++------- 6 files changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml index 6426c23c75..44cfb8ecce 100644 --- a/docs/manual/mod/mod_access.xml +++ b/docs/manual/mod/mod_access.xml @@ -1,5 +1,5 @@ - ]> + @@ -14,9 +14,9 @@ address, or other characteristics of the client request.

The directives provided by mod_access are used in <Directory>, <Files>, and <Location> sections as well as + module="core" type="section">Directory, Files, and Location sections as well as .htaccess files to control access to particular parts of the server. Access can be controlled based on the client hostname, IP address, or @@ -41,7 +41,7 @@ address, or other characteristics of the client request. POST, etc). This is the desired behavior in most cases. However, it is possible to restrict some methods, while leaving other methods unrestricted, by enclosing the directives - in a <Limit> section.

+ in a Limit section.

Satisfy @@ -291,11 +291,11 @@ evaluated. configuration processing. This implies, for example, that an Allow or Deny directive occurring in a - <Location> section will + Location section will always be evaluated after an Allow or Deny directive occurring in a - <Directory> section or + Directory section or .htaccess file, regardless of the setting of the Order directive. For details on the merging of configuration sections, see the documentation on - ]> + diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 84db11dc1c..bd80377b7c 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -1,4 +1,5 @@ + diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index c7b8f3f5b5..59a4283561 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -5,7 +5,7 @@ mod_dav Distributed Authoring and Versioning -(WebDAV) functionality. +(WebDAV) functionality Extension mod_dav.c dav_module diff --git a/docs/manual/mod/mod_dir.xml b/docs/manual/mod/mod_dir.xml index 850aa63872..0d7ed94a86 100644 --- a/docs/manual/mod/mod_dir.xml +++ b/docs/manual/mod/mod_dir.xml @@ -1,10 +1,10 @@ + - mod_dir Provides for "trailing slash" redirects and - serving directory index files. + serving directory index files Base mod_dir.c dir_module @@ -35,9 +35,9 @@ +DirectoryIndex List of resources to look for when the client requests a directory -DirectoryIndex DirectoryIndex local-url [local-url] ... DirectoryIndex index.html diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index 4d4a85d743..865bae0153 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -1,15 +1,16 @@ + mod_setenvif +Allows the setting of environment variables based +on characteristics of the request Base -setenvif_module mod_setenvif.c +setenvif_module Available in Apache 1.3 and later -Allows the setting of environment variables based -on characteristics of the request @@ -38,7 +39,6 @@ on characteristics of the request BrowserMatch regex env-variable[=value] [env-variable[=value]] ... -none server config virtual hostdirectory .htaccess @@ -103,7 +103,6 @@ on characteristics of the request respect to case BrowserMatchNoCase regex env-variable[=value] [env-variable[=value]] ... -none server config virtual hostdirectory .htaccess @@ -143,7 +142,6 @@ respect to case SetEnvIf attribute regex env-variable[=value] [env-variable[=value]] ... -none server config virtual hostdirectory .htaccess @@ -239,7 +237,6 @@ respect to case without respect to case SetEnvIfNoCase attribute regex env-variable[=value] [env-variable[=value]] ... -none server config virtual hostdirectory .htaccess -- 2.40.0