From: Joshua Slive Date: Wed, 6 Mar 2002 16:24:47 +0000 (+0000) Subject: A few small changes to bring some docs in line with the DTD. X-Git-Tag: 2.0.33~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31027b9c7ffaf5d7e197bb9b98abfdb1f444c409;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml index 6426c23c750..44cfb8ecce0 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 84db11dc1c4..bd80377b7ce 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 c7b8f3f5b5b..59a42835615 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 850aa63872e..0d7ed94a863 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 4d4a85d7439..865bae01530 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