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 2010/12/15 13:18:19 UTC

svn commit: r1049519 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en

Author: rbowen
Date: Wed Dec 15 12:18:18 2010
New Revision: 1049519

URL: http://svn.apache.org/viewvc?rev=1049519&view=rev
Log:
Links to current docs.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en?rev=1049519&r1=1049518&r2=1049519&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_access.html.en Wed Dec 15 12:18:18 2010
@@ -128,6 +128,9 @@
      <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
      <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
      <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