]> granicus.if.org Git - apache/commitdiff
documentation rebuild
authorLuca Toscano <elukey@apache.org>
Sun, 15 May 2016 21:03:03 +0000 (21:03 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 15 May 2016 21:03:03 +0000 (21:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1743970 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbm.html.en

index dca07c8259c659d58f12d40689ba6eb4226df6b9..cfd301a4843a473ac0f6f474fa06368ff79cdfce 100644 (file)
@@ -82,9 +82,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> options nees 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>