projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd85401
)
PR54813 authz_dbm used to respond to 'Require group ...'
author
Eric Covener
<covener@apache.org>
Mon, 8 Apr 2013 23:47:19 +0000
(23:47 +0000)
committer
Eric Covener
<covener@apache.org>
Mon, 8 Apr 2013 23:47:19 +0000
(23:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1465828
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/upgrading.xml
patch
|
blob
|
history
diff --git
a/docs/manual/upgrading.xml
b/docs/manual/upgrading.xml
index 8a7c85e18f85cedffaa2ac5a8545c7baa6db27d0..efe94f271c5de2efcac28b04b54761b15aafe713 100644
(file)
--- a/
docs/manual/upgrading.xml
+++ b/
docs/manual/upgrading.xml
@@
-115,6
+115,10
@@
<directive module="mod_authz_core">RequireNone</directive>, and
<directive module="mod_authz_core">RequireAll</directive>.</p>
+ <p>If you use <module>mod_authz_dbm</module>, you must port your
+ configuration to use <code>Require dbm-group ...</code> in place
+ of <code>Require group ...</code>.</p>
+
<section id="access">
<title>Access control</title>