]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Build from xml
authorRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:14:41 +0000 (01:14 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:14:41 +0000 (01:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@160357 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_access.html.en

index 59b4e1de5dd7d7b0b0b78da5c8f82a9779bab3d8..b787dfbe26c3fd64f030fe1aee3340c421ed36a9 100644 (file)
@@ -104,7 +104,8 @@ server</td></tr>
 
       <dd>
       <div class="example"><h3>Example:</h3><p><code>
-        Allow from apache.org
+        Allow from apache.org<br />
+        Allow from .net example.edu
       </code></p></div>
       <p>Hosts whose names match, or end in, this string are allowed
       access. Only complete components are matched, so the above
@@ -122,7 +123,8 @@ server</td></tr>
 
       <dd>
       <div class="example"><h3>Example:</h3><p><code>
-        Allow from 10.1.2.3
+        Allow from 10.1.2.3<br />
+        Allow from 192.168.1.104 192.168.1.205
       </code></p></div>
       <p>An IP address of a host allowed access</p></dd>
 
@@ -130,7 +132,8 @@ server</td></tr>
 
       <dd>
       <div class="example"><h3>Example:</h3><p><code>
-        Allow from 10.1
+        Allow from 10.1<br />
+        Allow from 10 172.20 192.168.2
       </code></p></div>
       <p>The first 1 to 3 bytes of an IP address, for subnet
       restriction.</p></dd>