From: Christophe Jaillet Date: Wed, 11 Mar 2015 22:13:53 +0000 (+0000) Subject: Fix doc as spotted by Sven in online doc. X-Git-Tag: 2.4.13~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0accf1e694e8b5773fa8de4b8dc00512bee8d0;p=thirdparty%2Fapache%2Fhttpd.git Fix doc as spotted by Sven in online doc. r1666025 in trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1666026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index 0df95942bb0..eb16035c682 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -130,7 +130,7 @@ Require not host gov following:

<If "%{HTTP_USER_AGENT} == 'BadBot'">
-    Require All Denied
+    Require all denied
 </If>
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 40f054dbff1..3353c91a2b2 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -134,7 +134,7 @@ Require not host gov <If "%{HTTP_USER_AGENT} == 'BadBot'"> - Require All Denied + Require all denied </If> diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index b8917dbc9e3..c3ca81ed70c 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -302,7 +302,7 @@ changes on a per-directory basis.

AuthName "Password Required" AuthUserFile /www/passwords/password.file AuthGroupFile /www/passwords/group.file -Require Group admins +Require group admins

Note that AllowOverride AuthConfig must be in effect diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index 8853cf08ebc..6902decd558 100644 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -332,7 +332,7 @@ AuthType Basic AuthName "Password Required" AuthUserFile /www/passwords/password.file AuthGroupFile /www/passwords/group.file -Require Group admins +Require group admins

Note that AllowOverride AuthConfig must be in effect