dgaudet 97/12/13 17:07:38
Modified: htdocs/manual/mod mod_access.html
Log:
Note that the CIDR syntaxes are for 1.3 and later.
PR: 1534
Revision Changes Path
1.11 +4 -4 apachen/htdocs/manual/mod/mod_access.html
Index: mod_access.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_access.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mod_access.html 1997/07/30 18:41:47 1.10
+++ mod_access.html 1997/12/14 01:07:37 1.11
@@ -53,10 +53,10 @@
<dd>An IP address of a host allowed access
<dt>A partial IP address
<dd>The first 1 to 3 bytes of an IP address, for subnet restriction.
-<dt>A network/netmask pair
+<dt>A network/netmask pair (<b>Apache 1.3 and later</b>)
<dd>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)
-<dt>A network/nnn CIDR specification
+<dt>A network/nnn CIDR specification (<b>Apache 1.3 and later</b>)
<dd>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)
</dl>
@@ -127,10 +127,10 @@
<dd>An IP address of a host denied access
<dt>A partial IP address
<dd>The first 1 to 3 bytes of an IP address, for subnet restriction.
-<dt>A network/netmask pair
+<dt>A network/netmask pair (<b>Apache 1.3 and later</b>)
<dd>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)
-<dt>A network/nnn CIDR specification
+<dt>A network/nnn CIDR specification (<b>Apache 1.3 and later</b>)
<dd>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)
</dl>