Commit 42b2a5bd authored by Richard Bowen's avatar Richard Bowen
Browse files

People seem to be having trouble with multiple arguments to Allow. More

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
parent eb3c49e4
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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>