You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2005/04/07 03:14:41 UTC

svn commit: r160357 - httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en

Author: rbowen
Date: Wed Apr  6 18:14:41 2005
New Revision: 160357

URL: http://svn.apache.org/viewcvs?view=rev&rev=160357
Log:
Build from xml

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en?view=diff&r1=160356&r2=160357
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_access.html.en Wed Apr  6 18:14:41 2005
@@ -104,7 +104,8 @@
 
       <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 @@
 
       <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 @@
 
       <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>