From: Jason S. Lingohr
Date: Thu, 18 Sep 2003 08:16:15 +0000 (+0000)
Subject: Minor fixes, transformation update.
X-Git-Tag: 2.0.48~61
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa286c79edd1f150a5a8f304573987bc53ed24c3;p=thirdparty%2Fapache%2Fhttpd.git
Minor fixes, transformation update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101276 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en
index 4fcaffc37d2..136c19bdc02 100644
--- a/docs/manual/sections.html.en
+++ b/docs/manual/sections.html.en
@@ -319,7 +319,7 @@ sections is also syntactically allowed in
<LocationMatch>
,
<Proxy>
,
and <ProxyMatch>
-sections. There are some exceptions, however.
+sections. There are some exceptions, however:
- The
AllowOverride
directive
@@ -347,8 +347,9 @@ are interpreted, it is important to understand how this works.
-
<Directory>
(except regular expressions)
- and .htaccess done simultaneously (with .htaccess, if allowed,
- overriding <Directory>
)
+ and .htaccess
done simultaneously (with
+ .htaccess
, if allowed, overriding
+ <Directory>
)
<DirectoryMatch>
(and <Directory ~>
)
diff --git a/docs/manual/sections.xml b/docs/manual/sections.xml
index 2685e4e4982..747688e89b2 100644
--- a/docs/manual/sections.xml
+++ b/docs/manual/sections.xml
@@ -331,7 +331,7 @@ sections is also syntactically allowed in
LocationMatch,
Proxy,
and ProxyMatch
-sections. There are some exceptions, however.
+sections. There are some exceptions, however:
- The AllowOverride directive
@@ -362,9 +362,9 @@ are interpreted, it is important to understand how this works.
- Directory (except regular expressions)
- and .htaccess done simultaneously (with .htaccess, if allowed,
- overriding Directory)
+ and .htaccess
done simultaneously (with
+ .htaccess
, if allowed, overriding
+ Directory)
- DirectoryMatch
(and
<Directory ~>
)