]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current docs.
authorRich Bowen <rbowen@apache.org>
Wed, 15 Dec 2010 12:18:18 +0000 (12:18 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 15 Dec 2010 12:18:18 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1049519 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_access.html.en

index 4083a8aaaeb9b04cdd242b756424d3d1b98a8174..1df0e5aa5b316afb5fb0e1f89b4e6e3e9c015099 100644 (file)
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_access</p>
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#allow">here</a></strong></p>
     <p>The <code>Allow</code> directive affects which hosts can
     access an area of the server. Access can be controlled by
     hostname, IP address, IP address range, or other
@@ -243,6 +246,9 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_access</p>
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#deny">here</a></strong></p>
     <p>This directive allows access to the server to be restricted
     based on hostname, IP address, or environment variables. The
     arguments for the <code>Deny</code> directive are identical to
@@ -272,6 +278,9 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_access</p>
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order">here</a></strong></p>
     <p>The <code>Order</code> directive, along with the
     <code>Allow</code> and <code>Deny</code> directives, controls a
     three-pass access control system. The first pass processes either