]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that the CIDR syntaxes are for 1.3 and later.
authordgaudet <dgaudet@unknown>
Sun, 14 Dec 1997 01:07:37 +0000 (01:07 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 14 Dec 1997 01:07:37 +0000 (01:07 +0000)
PR: 1534

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79692 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access.html

index 4f9ee76ca7f1ba379811dc453088a789897feb1c..b90399bcf9243d8464ed5818c979591476a73fc7 100644 (file)
@@ -53,10 +53,10 @@ The allow directive affects which hosts can access a given directory.
 <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 @@ The deny directive affects which hosts can access a given directory.
 <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>