From: dgaudet Date: Sun, 14 Dec 1997 01:07:37 +0000 (+0000) Subject: Note that the CIDR syntaxes are for 1.3 and later. X-Git-Tag: APACHE_1_3b5~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800b3562654abb2345e61357e50f2da805931257;p=thirdparty%2Fapache%2Fhttpd.git Note that the CIDR syntaxes are for 1.3 and later. PR: 1534 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79692 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index 4f9ee76ca7f..b90399bcf92 100644 --- a/docs/manual/mod/mod_access.html +++ b/docs/manual/mod/mod_access.html @@ -53,10 +53,10 @@ The allow directive affects which hosts can access a given directory.
An IP address of a host allowed access
A partial IP address
The first 1 to 3 bytes of an IP address, for subnet restriction. -
A network/netmask pair +
A network/netmask pair (Apache 1.3 and later)
A network a.b.c.d, and a netmask w.x.y.z. For more fine-grained subnet restriction. (i.e. 10.1.0.0/255.255.0.0) -
A network/nnn CIDR specification +
A network/nnn CIDR specification (Apache 1.3 and later)
Similar to the previous case, except the netmask consists of nnn high-order 1 bits. (i.e. 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0) @@ -127,10 +127,10 @@ The deny directive affects which hosts can access a given directory.
An IP address of a host denied access
A partial IP address
The first 1 to 3 bytes of an IP address, for subnet restriction. -
A network/netmask pair +
A network/netmask pair (Apache 1.3 and later)
A network a.b.c.d, and a netmask w.x.y.z. For more fine-grained subnet restriction. (i.e. 10.1.0.0/255.255.0.0) -
A network/nnn CIDR specification +
A network/nnn CIDR specification (Apache 1.3 and later)
Similar to the previous case, except the netmask consists of nnn high-order 1 bits. (i.e. 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0)