You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/09/29 20:30:14 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_access.html

slive       00/09/29 11:30:12

  Modified:    htdocs/manual/mod mod_access.html
  Log:
  Deprecate "Order Mutual-failure".
  If anyone can tell me what this is supposed to do, PLEASE
  correct me.  Neither the code nor the documentation seem
  to show any difference between this and "Order allow,deny".
  
  Submitted by:	lbayuk@mindspring.com (ljb) (via usenet)
  Reviewed by:	Joshua Slive
  
  Revision  Changes    Path
  1.23      +2 -1      httpd-docs-1.3/htdocs/manual/mod/mod_access.html
  
  Index: mod_access.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_access.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- mod_access.html	2000/09/23 20:11:26	1.22
  +++ mod_access.html	2000/09/29 18:30:10	1.23
  @@ -321,7 +321,8 @@
   <DT>Mutual-failure
   <DD>Only those hosts which appear on the <CODE>Allow</CODE> list and do not
   appear on the <CODE>Deny</CODE> list are granted access.  (The initial state is
  -irrelevant.)
  +irrelevant.)  This ordering has the same effect as <code>Order Allow,Deny</code>
  +and is deprecated in favor of that configuration.
   </DL>
   <P>
   Keywords may only be separated by a comma; no whitespace is allowed between