kess 2003/02/28 14:20:55
Modified: htdocs/manual/mod core.html.en
Log:
Add Require file-owner and Require file-group
Revision Changes Path
1.246 +14 -4 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- core.html.en 26 Jan 2003 20:45:56 -0000 1.245
+++ core.html.en 28 Feb 2003 22:20:54 -0000 1.246
@@ -2977,13 +2977,13 @@
rel="Help"><strong>Status:</strong></a> core
<p>This directive selects which authenticated users can access
- a directory. The allowed syntaxes are:</p>
+ a ressource. The allowed syntaxes are:</p>
<ul>
<li>
Require user <em>userid</em> [<em>userid</em>] ...
- <p>Only the named users can access the directory.</p>
+ <p>Only the named users can access the ressource.</p>
</li>
<li>
@@ -2991,13 +2991,23 @@
<p>Only users in the named groups can access the
- directory.</p>
+ ressource.</p>
</li>
<li>
Require valid-user
- <p>All valid users can access the directory.</p>
+ <p>All valid users can access the ressource.</p>
+ </li>
+ <li>file-owner
+ <p>Only the user, whose name matches the system's name for
+ the file owner, can access the ressource.<br>
+ [Available after Apache 1.3.20]</p>
+ </li>
+ <li>file-group
+ <p>Only the members of the group, whose name matches the
+ system's name of the file owner group, can access the
+ ressource.<br>[Available after Apache 1.3.20]</p>
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]