]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add note regarding demise of AuthDigestFile to upgrading doc.
authorVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:57:10 +0000 (14:57 +0000)
committerVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:57:10 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558492 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.html.en
docs/manual/upgrading.xml

index 5924addfef23048d644269f6e971fedace8ea040..9d51ca3603c2721aa0ededf7b53a3ba9fb36208e 100644 (file)
       old default behavior, place the directive <code>UserDir
       public_html</code> in your config file.</li>
 
+      <li>The directive <code class="directive">AuthDigestFile</code>
+      from <code class="module"><a href="./mod/mod_auth_digest.html">mod_auth_digest</a></code> has been merged with
+      <code class="directive"><a href="./mod/mod_authn_file.html#authuserfile">AuthUserFile</a></code>
+      and is now part of <code class="module"><a href="./mod/mod_authn_file.html">mod_authn_file</a></code>.</li>
     </ul>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
index ea7012a23ecfefd814cd3ef7beb4dbd74718d4a7..9f7861780789926b6e8bcaa2702ffdad1cda6219 100644 (file)
       old default behavior, place the directive <code>UserDir
       public_html</code> in your config file.</li>
 
+      <li>The directive <directive>AuthDigestFile</directive>
+      from <module>mod_auth_digest</module> has been merged with
+      <directive module="mod_authn_file">AuthUserFile</directive>
+      and is now part of <module>mod_authn_file</module>.</li>
     </ul>
   </section>