From 9536300db654daa730a1136f6b8270b9e4abd11f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 25 Apr 2004 11:40:25 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103513 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 7 ++++++- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index a74fa7e33d..30ad64397a 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -353,7 +353,8 @@ be passed through

Only available in <Directory> sections

AllowOverride is valid only in <Directory> - sections, not in <Location> or <Files> sections. + sections specified without regular expressions, not in <Location>, <DirectoryMatch> or + <Files> sections.

When this directive is set to None, then @@ -416,6 +417,10 @@ be passed through AllowOverride AuthConfig Indexes

+

In the example above all directives that are neither in the group + AuthConfig nor Indexes cause an internal + server error.

+

See also