From 3c0accf1e694e8b5773fa8de4b8dc00512bee8d0 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Wed, 11 Mar 2015 22:13:53 +0000
Subject: [PATCH] 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
---
docs/manual/howto/access.html.en | 2 +-
docs/manual/howto/access.xml | 2 +-
docs/manual/howto/htaccess.html.en | 2 +-
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 0df95942bb..eb16035c68 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 40f054dbff..3353c91a2b 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 b8917dbc9e..c3ca81ed70 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 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
Note that AllowOverride AuthConfig
must be in effect
--
2.40.0