From: Rich Bowen Date: Thu, 7 Apr 2005 01:12:14 +0000 (+0000) Subject: Folks appear to be having trouble with multiple arguments to Allow. More X-Git-Tag: 2.1.5~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bdba49f46bd755466de65597ed2ad37f117388;p=thirdparty%2Fapache%2Fhttpd.git Folks appear to be having trouble with multiple arguments to Allow. More examples is always a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_host.html.en b/docs/manual/mod/mod_authz_host.html.en index 337c18d642a..62f01c768f9 100644 --- a/docs/manual/mod/mod_authz_host.html.en +++ b/docs/manual/mod/mod_authz_host.html.en @@ -103,7 +103,8 @@ server

Example:

- Allow from apache.org + Allow from apache.org
+ Allow from .net example.edu

Hosts whose names match, or end in, this string are allowed access. Only complete components are matched, so the above @@ -121,7 +122,8 @@ server

Example:

- Allow from 10.1.2.3 + Allow from 10.1.2.3
+ Allow from 192.168.1.104 192.168.1.205

An IP address of a host allowed access

@@ -129,7 +131,8 @@ server

Example:

- Allow from 10.1 + Allow from 10.1
+ Allow from 10 172.20 192.168.2

The first 1 to 3 bytes of an IP address, for subnet restriction.

diff --git a/docs/manual/mod/mod_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 6d48ee28442..6baf0a4436a 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -97,7 +97,8 @@ server
Example: - Allow from apache.org + Allow from apache.org
+ Allow from .net example.edu

Hosts whose names match, or end in, this string are allowed access. Only complete components are matched, so the above @@ -116,7 +117,8 @@ server

Example: - Allow from 10.1.2.3 + Allow from 10.1.2.3
+ Allow from 192.168.1.104 192.168.1.205

An IP address of a host allowed access

@@ -124,7 +126,8 @@ server
Example: - Allow from 10.1 + Allow from 10.1
+ Allow from 10 172.20 192.168.2

The first 1 to 3 bytes of an IP address, for subnet restriction.