From 755e9399538c8860bb68d1ea31d979204eccea15 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 8 Jul 1997 02:04:38 +0000 Subject: [PATCH] The AccessFileName directive can now take more than one file. Submitted by: "Lou D. Langholtz" Reviewed by: Dean Gaudet, Marc Slemko, Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78555 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index e8639be007..d073f63c0f 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -94,13 +94,14 @@ contain any server directive allowed in the server config context.

AccessFileName directive

-Syntax: AccessFileName filename
+Syntax: AccessFileName filename filename ...
Default: AccessFileName .htaccess
Context: server config, virtual host
-Status: core

+Status: core
+Compatibility: AccessFileName can accept more than one filename only in Apache 1.3 and later

-When returning a document to the client the server looks for an -access control file with this name in every directory of the path to +When returning a document to the client the server looks for the first existing +access control file from this list of names in every directory of the path to the document, if access control files are enabled for that directory. For example: -- 2.50.1