]> 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:13:53 +0000 (22:13 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 11 Mar 2015 22:13:53 +0000 (22:13 +0000)
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
docs/manual/howto/access.xml
docs/manual/howto/htaccess.html.en
docs/manual/howto/htaccess.xml

index 0df95942bb0c008fc4deb74d670a971b6313e015..eb16035c682368839aba0aa70cc6b00de0276bd6 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 b8917dbc9e3f85a9415a4b9905edbe05edb961e8..c3ca81ed70cbb804b17f30f06e4accecd91b9fba 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