From 8133ee1d5308fa681daa4325376d8ac8f925f18a Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Wed, 11 Mar 2015 22:10:59 +0000
Subject: [PATCH] Fix doc as spotted by Sven in online doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666025 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 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
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 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.
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.50.1