]> granicus.if.org Git - apache/commitdiff
documentation rebuild
authorLuca Toscano <elukey@apache.org>
Tue, 17 May 2016 06:23:06 +0000 (06:23 +0000)
committerLuca Toscano <elukey@apache.org>
Tue, 17 May 2016 06:23:06 +0000 (06:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1744187 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbm.html.en

index 16086315ed896d11b08451335b4444bf597a3cf5..18b4c3802596e3d892ff257e93570e320e73fe80 100644 (file)
@@ -83,9 +83,14 @@ store passwords</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authn_dbm</td></tr>
 </table>
     <p>Sets the type of database file that is used to store the passwords.
-    The default database type is determined at compile time.  The
+    The default database type is determined at compile time. The
     availability of other types of database files also depends on
-    <a href="../install.html#dbm">compile-time settings</a>.</p>
+    <a href="../programs/configure.html#options">compile-time settings</a>.</p>
+
+    <p>For example, in order to enable the support for Berkeley DB
+    (correspondent to the <code>db</code> type) the
+    <code>--with-berkeley-db</code> option needs to be added to httpd's
+    configure to generate the necessary DSO.</p>
 
     <p>It is crucial that whatever program you use to create your password
     files is configured to use the same type of database.</p>
@@ -125,7 +130,7 @@ passwords for authentication</td></tr>
     more information.</p>
 
     <p>Important compatibility note: The implementation of
-    <code>dbmopen</code> in the apache modules reads the string length of
+    <code>dbmopen</code> in the Apache modules reads the string length of
     the hashed values from the DBM data structures, rather than relying
     upon the string being NULL-appended. Some applications, such as
     the Netscape web server, rely upon the string being