]> granicus.if.org Git - apache/commitdiff
Fix doc as spotted by Sven in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 11 Mar 2015 22:10:59 +0000 (22:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 11 Mar 2015 22:10:59 +0000 (22:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1666025 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/access.html.en
docs/manual/howto/access.xml
docs/manual/howto/htaccess.html.en
docs/manual/howto/htaccess.xml

index f37f8fc5ca1ef3f3cd3c151533775095a15650b5..4fe15647c715bdc2f115271daca09884a3322b56 100644 (file)
@@ -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>
 
 
index 40f054dbff120612d8dc24c7dfa7c9beeca2f490..3353c91a2b2466894e04f0d3850f12256306eedc 100644 (file)
@@ -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>
 
index cc37012cf78fcc027287df142dafdd5caad2ed1c..ec8596dd00dd2630c08017ed78e65838eaf7aef5 100644 (file)
@@ -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
index 8853cf08ebcfd1e9287e57569923dfaa3d867b9f..6902decd558e5d3486ac22166bf419afad5958c2 100644 (file)
@@ -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