From d699df5fa4bbe30d18f5baae14b741550ec5cacd Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Tue, 11 Mar 2008 04:46:39 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authz_host.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' -- 2.47.2