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 2011/01/15 18:56:19 UTC

svn commit: r1059381 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_anon.html

Author: rbowen
Date: Sat Jan 15 17:56:19 2011
New Revision: 1059381

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

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

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_anon.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_anon.html?rev=1059381&r1=1059380&r2=1059381&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_anon.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_anon.html Sat Jan 15 17:56:19 2011
@@ -168,6 +168,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html#anonymous">here</a></strong></p>
+ 
     <p>A list of one or more 'magic' userIDs which are allowed
     access without password verification. The userIDs are space
     separated. It is possible to use the ' and " quotes to allow a
@@ -206,6 +209,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_auth_basic.html#authbasicauthoritative">here</a></strong></p>
+ 
     <p>When set 'on', there is no fall-through to other
     authorization methods. So if a userID does not match the values
     specified in the <code>Anonymous</code> directive, access is
@@ -235,6 +241,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html#anonymous_logemail">here</a></strong></p>
+ 
     <p>When set 'on', the default, the 'password' entered (which
     hopefully contains a sensible email address) is logged in the
     error log. The message is logged at a level of <code>info</code>,
@@ -268,6 +277,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html#anonymous_mustgiveemail">here</a></strong></p>
+ 
     <p>Specifies whether the user must specify an email address as
     the password. This prohibits blank passwords.</p>
     <hr />
@@ -290,6 +302,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html#anonymous_nouserid">here</a></strong></p>
+ 
     <p>When set 'on', users can leave the userID (and perhaps the
     password field) empty. This can be very convenient for
     MS-Explorer users who can just hit return or click directly on
@@ -314,6 +329,9 @@ Require valid-user        
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_anon 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/trunk/mod/mod_authn_anon.html#anonymous_verifyemail">here</a></strong></p>
+ 
     <p>When set 'on' the 'password' entered is checked for at least
     one '@' and a '.' to encourage users to enter valid email
     addresses (see the above <code>Auth_LogEmail</code>).