diff options
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/howto/access.html.en | 2 | ||||
-rw-r--r-- | docs/manual/howto/access.xml | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.html.en | 2 | ||||
-rw-r--r-- | docs/manual/howto/htaccess.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index f37f8fc5ca..4fe15647c7 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -130,7 +130,7 @@ Require not host gov</pre> following:</p> <pre class="prettyprint lang-config"><If "%{HTTP_USER_AGENT} == 'BadBot'"> - Require All Denied + Require all denied </If></pre> diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 40f054dbff..3353c91a2b 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -134,7 +134,7 @@ Require not host gov <highlight language="config"> <If "%{HTTP_USER_AGENT} == 'BadBot'"> - Require All Denied + Require all denied </If> </highlight> diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index cc37012cf7..ec8596dd00 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.</p> AuthName "Password Required" AuthUserFile /www/passwords/password.file AuthGroupFile /www/passwords/group.file -Require Group admins</pre> +Require group admins</pre> <p>Note that <code>AllowOverride AuthConfig</code> must be in effect diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index 8853cf08eb..6902decd55 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 </highlight> <p>Note that <code>AllowOverride AuthConfig</code> must be in effect |