From: Rich Bowen Date: Thu, 7 Apr 2005 01:06:44 +0000 (+0000) Subject: People seem to be having trouble with multiple arguments to Allow. More X-Git-Tag: 2.0.54~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7fb5082109a9882c405fbb2e509cffe471a178a;p=thirdparty%2Fapache%2Fhttpd.git People seem to be having trouble with multiple arguments to Allow. More examples are always good. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160355 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml index f26b88bca39..d4e750c0c38 100644 --- a/docs/manual/mod/mod_access.xml +++ b/docs/manual/mod/mod_access.xml @@ -100,7 +100,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 @@ -119,7 +120,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

@@ -127,7 +129,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.