From: Vincent Bray Date: Tue, 11 Mar 2008 04:46:39 +0000 (+0000) Subject: Correct 'require' capitalisation missed in previous commit X-Git-Tag: 2.3.0~890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d699df5fa4bbe30d18f5baae14b741550ec5cacd;p=thirdparty%2Fapache%2Fhttpd.git Correct 'require' capitalisation missed in previous commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index ecd06989c8b..fc6e5621e11 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -103,7 +103,7 @@ address) -
require ip +
Require ip

The ip provider allows access to the server to be controlled based on the IP address of the remote client. @@ -158,7 +158,7 @@ address)

-
require host +
Require host

The host provider allows access to the server to be controlled based on the host name of the remote client. @@ -187,7 +187,7 @@ address)

-
require all +
Require all

The all provider mimics the functionality the was previously provided by the 'Allow from all' and 'Deny from all'