From: André Malo
Date: Wed, 21 Sep 2005 17:06:21 +0000 (+0000)
Subject: validate the glossary tags
X-Git-Tag: 2.3.0~2964
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bdc3183583e5eb1e9ce789a9f08753b82fa1c44;p=thirdparty%2Fapache%2Fhttpd.git
validate the glossary tags
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290744 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml
index ad15c8c26e0..f5982e9be33 100644
--- a/docs/manual/mod/mod_filter.xml
+++ b/docs/manual/mod/mod_filter.xml
@@ -277,10 +277,10 @@
The match argument specifies a match that will be applied to
the filter's dispatch criterion. The match may be
- a string match (exact match or substring), a regex,
- an integer (greater,
- lessthan or equals), or unconditional. The first characters of the
- match argument determines this:
+ a string match (exact match or substring), a regex, an integer (greater, lessthan or equals), or
+ unconditional. The first characters of the match argument
+ determines this:
First, if the first character is an exclamation mark
(!
), this reverses the rule, so the provider will be used
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 10c8e70fa2d..fc1eb5a0854 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -129,7 +129,8 @@ from databases or other locations.
The Directory
and Files
-directives, along with their regex counterparts, apply directives to
+directives, along with their regex
+counterparts, apply directives to
parts of the filesystem. Directives enclosed in a Directory section apply to
the named filesystem directory and all subdirectories of that
@@ -182,7 +183,8 @@ Deny from all
Webspace Containers
The Location
-directive and its regex counterpart, on the other hand, change the
+directive and its regex counterpart, on
+the other hand, change the
configuration for content in the webspace. For example, the following
configuration prevents access to any URL-path that begins in /private.
In particular, it will apply to requests for
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index b760fc49aed..1bfa3481aa7 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -109,7 +109,8 @@
will be served from /var/web/dir/file.html
. The
ScriptAlias directive
works the same way, with the additional effect that all content
- located at the target path is treated as CGI scripts.
+ located at the target path is treated as CGI scripts.
For situations where you require additional flexibility, you
can use the AliasMatch