]> granicus.if.org Git - apache/commitdiff
More patches from Daniel Gruno (rumble at cord dot dk) for references to
authorRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 10:38:59 +0000 (10:38 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 15 Mar 2012 10:38:59 +0000 (10:38 +0000)
directives that have moved around since 2.2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300893 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml
docs/manual/mod/mod_cache.xml
docs/manual/mod/mod_proxy_html.xml

index dad7d846c9556907512c2a9b134bf938d972f1e5..2f4615ceb169ea0097950a1982fc679416de4036 100644 (file)
@@ -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
index 94bee407218e67681c865463631080ba7cb999b7..572fa79d5021a1f2fa059f3f8c7fb0298019b7e0 100644 (file)
@@ -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>
index 2d3555b771f1c23ba6eb374245a585bbc415e450..f18a55e39a95b159bc5da3470c6a753148d55fa9 100644 (file)
@@ -199,7 +199,7 @@ generates decent HTML or XHTML, set it accordingly.</p>
 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>