]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current documentation.
authorRich Bowen <rbowen@apache.org>
Sat, 15 Jan 2011 19:25:06 +0000 (19:25 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 15 Jan 2011 19:25:06 +0000 (19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059395 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_auth_dbm.html

index e519501ec840db5b5be0bb4d72fe30ef8b45ad3b..f669690a329a6a3474085016e0646df62e1ff82e 100644 (file)
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/mod_authz_dbm.html#authdbmgroupfile">here</a></strong></p>
     <p>The AuthDBMGroupFile directive sets the name of a DBM file
     containing the list of user groups for user authentication.
     <em>File-path</em> is the absolute path to the group file.</p>
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/mod_authn_dbm.html#authdbmuserfile">here</a></strong></p>
     <p>The AuthDBMUserFile directive sets the name of a DBM file
     containing the list of users and passwords for user
     authentication. <em>File-path</em> is the absolute path to the
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/mod_auth_basic.html#authbasicauthoritative">here</a></strong></p>
     <p>Setting the AuthDBMAuthoritative directive explicitly to
     <strong>'off'</strong> allows for both authentication and
     authorization to be passed on to lower level modules (as