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:38:56 UTC

svn commit: r1300892 - in /httpd/httpd/trunk/docs/manual/mod: mod_authnz_ldap.xml mod_authz_owner.xml mod_cache.xml mod_proxy_html.xml

Author: rbowen
Date: Thu Mar 15 10:38:55 2012
New Revision: 1300892

URL: http://svn.apache.org/viewvc?rev=1300892&view=rev
Log:
More patches from Daniel Gruno (rumble at cord dot dk) for references to
directives that have moved around since 2.2

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml
    httpd/httpd/trunk/docs/manual/mod/mod_authz_owner.xml
    httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_html.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml?rev=1300892&r1=1300891&r2=1300892&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml Thu Mar 15 10:38:55 2012
@@ -743,7 +743,7 @@ Require group <em>mygroupfile</em>
       type="section">Location</directive> or <directive module="core"
       type="section">Directory</directive> directives won't work. This
       is because <module>mod_authnz_ldap</module> has to be able to grab
-      the <directive module="mod_authn_file">AuthGroupFile</directive>
+      the <directive module="mod_authz_groupfile">AuthGroupFile</directive>
       directive that is found in FrontPage <code>.htaccess</code>
       files so that it knows where to look for the valid user list. If
       the <module>mod_authnz_ldap</module> directives aren't in the same

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_owner.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_owner.xml?rev=1300892&r1=1300891&r2=1300892&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_owner.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_owner.xml Thu Mar 15 10:38:55 2012
@@ -36,7 +36,7 @@
     must be already properly verified by an authentication module,
     such as <module>mod_auth_basic</module> or
     <module>mod_auth_digest</module>. <module>mod_authz_owner</module>
-    recognizes two arguments for the <directive module="core"
+    recognizes two arguments for the <directive module="mod_authz_core"
     >Require</directive> directive, <code>file-owner</code> and
     <code>file-group</code>, as follows:</p>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml?rev=1300892&r1=1300891&r2=1300892&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Thu Mar 15 10:38:55 2012
@@ -32,8 +32,8 @@
     <note type="warning">This module should be used with care, as when the
     <directive module="mod_cache">CacheQuickHandler</directive> directive is
     in its default value of <strong>on</strong>, the <directive
-    module="mod_authz_host">Allow</directive> and <directive
-    module="mod_authz_host">Deny</directive> directives will be circumvented.
+    module="mod_access_compat">Allow</directive> and <directive
+    module="mod_access_compat">Deny</directive> directives will be circumvented.
     You should not enable quick handler caching for any content to which you
     wish to limit access by client host name, address or environment
     variable.</note>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_html.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_html.xml?rev=1300892&r1=1300891&r2=1300892&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_html.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_html.xml Thu Mar 15 10:38:55 2012
@@ -199,7 +199,7 @@ generates decent HTML or XHTML, set it a
 will also clean up the HTML to the specified standard.  It cannot
 fix every error, but it will strip out bogus elements and attributes.
 It will also optionally log other errors at <directive
-module="mod_log_config">LogLevel</directive> Debug.</p>
+module="core">LogLevel</directive> Debug.</p>
 </usage>
 </directivesynopsis>