]> granicus.if.org Git - apache/commitdiff
The AccessFileName directive can now take more than one file.
authordgaudet <dgaudet@unknown>
Tue, 8 Jul 1997 02:04:38 +0000 (02:04 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 8 Jul 1997 02:04:38 +0000 (02:04 +0000)
Submitted by: "Lou D. Langholtz" <ldl@usi.utah.edu>
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

index e8639be007c39fbe8ff145a9e0f715dd28000f39..d073f63c0fe4884396e5ef7c9733ef03b78cfba7 100644 (file)
@@ -94,13 +94,14 @@ contain any server directive allowed in the <em>server config</em> context.
 
 <h2><A name="accessfilename">AccessFileName directive</A></h2>
 <!--%plaintext &lt;?INDEX {\tt AccessFileName} directive&gt; -->
-<strong>Syntax:</strong> AccessFileName <em>filename</em><br>
+<strong>Syntax:</strong> AccessFileName <em>filename filename ...</em><br>
 <strong>Default:</strong> <code>AccessFileName .htaccess</code><br>
 <strong>Context:</strong> server config, virtual host<br>
-<strong>Status:</strong> core<p>
+<strong>Status:</strong> core<br>
+<strong>Compatibility:</strong> AccessFileName can accept more than one filename only in Apache 1.3 and later<p>
 
-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: