From 68407c0f4f1b1377eb09c3496605a28df382278f Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 27 Feb 2001 12:28:17 +0000 Subject: [PATCH] Applied patch from 1.3 tree - added link back from AllowOverride to AccessFileName git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88367 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 257e147fd3..24f83c9f1c 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -117,7 +117,12 @@ for directives, unless they have been disabled with
<Directory />
AllowOverride None
-</Directory>


+</Directory> +

+ +

See Also: +AllowOverride

+

AddDefaultCharset directive

Syntax: @@ -249,7 +254,11 @@ Allow use of the directives controlling host access (Allow, Deny and Order). Allow use of the directives controlling specific directory features (Options and XBitHack). -


+

+ +

See Also: +AccessFileName

+

AuthName directive

-- 2.40.0