Commit 490c700d authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

revert the definitive bit for the reject directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428800 13f79535-47bb-0310-9956-ffa450edef68
parent 9f081105
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -125,9 +125,7 @@ requests from accessing a resource</description>
    it rejects which authenticated users or host based requests from accessing a resource.  The 
    restrictions are processed by authorization modules.  See the 
    <directive module="mod_authz_core">Require</directive> directive for details 
    about usage.  If found as part of the authorization rules, the reject directive
    is definitive.  In other words, if the reject statements is satisfied, the entire request
    is automatically rejected no matter what other require rules may exist.</p>
    about usage.</p>
</usage>

<seealso><a href="../howto/auth.html">Authentication, Authorization,