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 2012/03/15 11:28:30 UTC

svn commit: r1300883 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: rbowen
Date: Thu Mar 15 10:28:30 2012
New Revision: 1300883

URL: http://svn.apache.org/viewvc?rev=1300883&view=rev
Log:
Allow/Deny now in mod_acess_compat rather than authz_host (via Daniel
Gruno - rumble at cord dk)

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

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1300883&r1=1300882&r2=1300883&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Thu Mar 15 10:28:30 2012
@@ -409,9 +409,9 @@ NoDecode option available in 2.3.12 and 
 
       <dd>
       Allow use of the directives controlling host access (<directive
-      module="mod_authz_host">Allow</directive>, <directive
-      module="mod_authz_host">Deny</directive> and <directive
-      module="mod_authz_host">Order</directive>).</dd>
+      module="mod_access_compat">Allow</directive>, <directive
+      module="mod_access_compat">Deny</directive> and <directive
+      module="mod_access_compat">Order</directive>).</dd>
 
       <dt>Nonfatal=[Override|Unknown|All]</dt>