]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
People seem to be having trouble with multiple arguments to Allow. More
authorRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:06:44 +0000 (01:06 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:06:44 +0000 (01:06 +0000)
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

docs/manual/mod/mod_access.xml

index f26b88bca39c943845316e82847ead24b13bebf5..d4e750c0c3826f80c485f92b58792f204b4a0693 100644 (file)
@@ -100,7 +100,8 @@ server</description>
 
       <dd>
       <example><title>Example:</title>
-        Allow from apache.org
+        Allow from apache.org<br />
+        Allow from .net example.edu
       </example>
       <p>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</description>
 
       <dd>
       <example><title>Example:</title>
-        Allow from 10.1.2.3
+        Allow from 10.1.2.3<br />
+        Allow from 192.168.1.104 192.168.1.205
       </example>
       <p>An IP address of a host allowed access</p></dd>
 
@@ -127,7 +129,8 @@ server</description>
 
       <dd>
       <example><title>Example:</title>
-        Allow from 10.1
+        Allow from 10.1<br />
+        Allow from 10 172.20 192.168.2
       </example>
       <p>The first 1 to 3 bytes of an IP address, for subnet
       restriction.</p></dd>