summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_authn_anon.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-02-16 12:19:59 +0000
committerRich Bowen <rbowen@apache.org>2011-02-16 12:19:59 +0000
commit1e2a21904b0a651d120b53d78689e7ed105e6c55 (patch)
tree62acd12db2aa98cb092fbf2437b2f7bcef67fe78 /docs/manual/mod/mod_authn_anon.xml
parent5995814d9b5fda15e442b904f0e3ba93190063b7 (diff)
downloadhttpd-1e2a21904b0a651d120b53d78689e7ed105e6c55.tar.gz
Removes more instances of 'allow from' and 'deny from' syntax. I think
that's the last of them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authn_anon.xml')
-rw-r--r--docs/manual/mod/mod_authn_anon.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml
index 2f782f0d3b..57696d7b2c 100644
--- a/docs/manual/mod/mod_authn_anon.xml
+++ b/docs/manual/mod/mod_authn_anon.xml
@@ -94,8 +94,7 @@
Anonymous_LogEmail on<br />
Anonymous anonymous guest www test welcome<br />
<br />
- Order Deny,Allow<br />
- Allow from all<br />
+ Require all granted<br />
<br />
Require valid-user<br />
</indent>