DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41767>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41767 Summary: order descriptions, examples and table don't match? Product: Apache httpd-2 Version: 2.2.0 Platform: Other URL: http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html #order OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If you look at the docs for how order works ( http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order ) it seems the textual description, the table and the examples don't match. The text says: Allow,Deny First, all Deny directives are evaluated; if any match, the request is denied unless it also matches an Allow directive. Any requests which do not match any Allow or Deny directives are permitted. The table says: for Allow,Deny, No Match: Default to second directive: Denied The 2nd example says switching from Allow,Deny to Deny,Allow will then allow by default which jives with the table, but not the paragraph description? I'm either being dense or it's backwards :) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
