You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2008/03/11 05:46:46 UTC

svn commit: r635799 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml

Author: noodl
Date: Mon Mar 10 21:46:39 2008
New Revision: 635799

URL: http://svn.apache.org/viewvc?rev=635799&view=rev
Log:
Correct 'require' capitalisation missed in previous commit

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml?rev=635799&r1=635798&r2=635799&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_host.xml Mon Mar 10 21:46:39 2008
@@ -103,7 +103,7 @@
 
 </section>
 
-<section id="reqip"><title>require ip</title>
+<section id="reqip"><title>Require ip</title>
 
     <p>The <code>ip</code> provider allows access to the server
     to be controlled based on the IP address of the remote client. 
@@ -158,7 +158,7 @@
 
 </section>
 
-<section id="reqhost"><title>require host</title>
+<section id="reqhost"><title>Require host</title>
 
     <p>The <code>host</code> provider allows access to the server
     to be controlled based on the host name of the remote client. 
@@ -187,7 +187,7 @@
 
 </section>
 
-<section id="reqall"><title>require all</title>
+<section id="reqall"><title>Require all</title>
 
     <p>The <code>all</code> provider mimics the functionality the
     was previously provided by the 'Allow from all' and 'Deny from all'