You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/02/16 13:11:41 UTC

svn commit: r1071218 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Author: rbowen
Date: Wed Feb 16 12:11:41 2011
New Revision: 1071218

URL: http://svn.apache.org/viewvc?rev=1071218&view=rev
Log:
Removes another instance of the "Allow from all" syntax.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml?rev=1071218&r1=1071217&r2=1071218&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml Wed Feb 16 12:11:41 2011
@@ -78,8 +78,7 @@
           Alias /secure /webpages/secure<br />
           &lt;Directory /webpages/secure&gt;<br />
           <indent>
-             Order deny,allow<br />
-             Allow from all<br /><br />
+             Require all granted<br /><br />
         
              AuthBasicProvider file<br /><br />