From 8269eddd4f086544fe14e01521960ae2af98ef7b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?=
Date: Wed, 21 Sep 2005 17:17:09 +0000
Subject: [PATCH] fix validity
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290748 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_filter.xml | 4 ++--
docs/manual/sections.xml | 6 ++++--
docs/manual/urlmapping.xml | 3 ++-
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml
index ad15c8c26e0..d39a3ba5837 100644
--- a/docs/manual/mod/mod_filter.xml
+++ b/docs/manual/mod/mod_filter.xml
@@ -277,8 +277,8 @@
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,
+ 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:
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 10c8e70fa2d..dbdcc5c4247 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
--
2.47.2