summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-03-11 22:10:59 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-03-11 22:10:59 +0000
commit8133ee1d5308fa681daa4325376d8ac8f925f18a (patch)
tree550aaeeff09c93938162e1a76a511885df3e3c44 /docs/manual
parent2e8b389a07ee1c1d79636edf377bd5be4392f87a (diff)
downloadhttpd-8133ee1d5308fa681daa4325376d8ac8f925f18a.tar.gz
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/howto/access.html.en2
-rw-r--r--docs/manual/howto/access.xml2
-rw-r--r--docs/manual/howto/htaccess.html.en2
-rw-r--r--docs/manual/howto/htaccess.xml2
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">&lt;If "%{HTTP_USER_AGENT} == 'BadBot'"&gt;
- Require All Denied
+ Require all denied
&lt;/If&gt;</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">
&lt;If "%{HTTP_USER_AGENT} == 'BadBot'"&gt;
- Require All Denied
+ Require all denied
&lt;/If&gt;
</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