From: dgaudet Date: Tue, 8 Jul 1997 02:04:38 +0000 (+0000) Subject: The AccessFileName directive can now take more than one file. X-Git-Tag: APACHE_1_3a1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=755e9399538c8860bb68d1ea31d979204eccea15;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index e8639be007c..d073f63c0fe 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: