From: Christophe Jaillet
Date: Wed, 11 Mar 2015 22:10:59 +0000 (+0000)
Subject: Fix doc as spotted by Sven in online doc
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11b3f9c88431158180bfb048a2f53b298e37c63a;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en
index f37f8fc5ca1..4fe15647c71 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 cc37012cf78..ec8596dd00d 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