]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Folks appear to be having trouble with multiple arguments to Allow. More
authorRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:12:14 +0000 (01:12 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 7 Apr 2005 01:12:14 +0000 (01:12 +0000)
examples is always a good thing.

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

docs/manual/mod/mod_authz_host.html.en
docs/manual/mod/mod_authz_host.xml

index 337c18d642a9edb42109d0a7efbaa23535c9a5dd..62f01c768f9bd455fb7895a4d16df959d1099f86 100644 (file)
@@ -103,7 +103,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
@@ -121,7 +122,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>
 
@@ -129,7 +131,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>
index 6d48ee284422c4782b8ff83f7ee64aaee4507e24..6baf0a4436a64be22917762cb112f928699b5c5f 100644 (file)
@@ -97,7 +97,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
@@ -116,7 +117,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>
 
@@ -124,7 +126,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>