summaryrefslogtreecommitdiff
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-15 10:38:55 +0000
committerRich Bowen <rbowen@apache.org>2012-03-15 10:38:55 +0000
commit5ab83cc7b4b44c437663ef374249886fff9e52cd (patch)
tree085ff460c63f63216161d4819802b91d2fe1d4d3 /docs/manual/mod
parent7d334a69b070697486dc2a92e3813a1cf17bdbeb (diff)
downloadhttpd-5ab83cc7b4b44c437663ef374249886fff9e52cd.tar.gz
More patches from Daniel Gruno (rumble at cord dot dk) for references to
directives that have moved around since 2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_authnz_ldap.xml2
-rw-r--r--docs/manual/mod/mod_authz_owner.xml2
-rw-r--r--docs/manual/mod/mod_cache.xml4
-rw-r--r--docs/manual/mod/mod_proxy_html.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index dad7d846c9..2f4615ceb1 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -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
diff --git a/docs/manual/mod/mod_authz_owner.xml b/docs/manual/mod/mod_authz_owner.xml
index 2e91eb071f..f1f52c3eb5 100644
--- a/docs/manual/mod/mod_authz_owner.xml
+++ b/docs/manual/mod/mod_authz_owner.xml
@@ -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>
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml
index 3764f4b0fd..ce26c5e74a 100644
--- a/docs/manual/mod/mod_cache.xml
+++ b/docs/manual/mod/mod_cache.xml
@@ -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>
diff --git a/docs/manual/mod/mod_proxy_html.xml b/docs/manual/mod/mod_proxy_html.xml
index 2d3555b771..f18a55e39a 100644
--- a/docs/manual/mod/mod_proxy_html.xml
+++ b/docs/manual/mod/mod_proxy_html.xml
@@ -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>