Commit 038bff94 authored by Richard Bowen's avatar Richard Bowen
Browse files

Folks appear to be having trouble with multiple arguments to Allow. More

examples is always a good thing.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160356 13f79535-47bb-0310-9956-ffa450edef68
parent c3cb676b
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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>
+6 −3
Original line number Diff line number Diff line
@@ -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>