]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Simple language fixes, been sitting around in my repos for a while
authorNoirin Plunkett <noirin@apache.org>
Tue, 13 Jun 2006 09:23:50 +0000 (09:23 +0000)
committerNoirin Plunkett <noirin@apache.org>
Tue, 13 Jun 2006 09:23:50 +0000 (09:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413844 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index 627c66e48e4f26da2c57bd82220eb36b8f4751cb..bb030033e226dd1c340d4583810e59c4ebbe4578 100644 (file)
@@ -24,7 +24,7 @@
 
 <name>mod_auth_digest</name>
 <description>User authentication using MD5
-    Digest Authentication.</description>
+    Digest Authentication</description>
 <status>Experimental</status>
 <sourcefile>mod_auth_digest.c</sourcefile>
 <identifier>auth_digest_module</identifier>
 
 <section id="using"><title>Using Digest Authentication</title>
 
-    <p>Using MD5 Digest authentication is very simple. Simply set
-    up authentication normally, using <code>AuthType Digest</code> and
-    <directive module="mod_auth_digest">AuthDigestProvider</directive>
-    instead of the normal <code>AuthType Basic</code> and
+    <p>To use MD5 Digest authentication, simply 
+    change the normal <code>AuthType Basic</code> and
     <directive module="mod_auth_basic">AuthBasicProvider</directive>.
-    Then add a <directive module="mod_auth_digest"
+    to <code>AuthType Digest</code> and
+    <directive module="mod_auth_digest">AuthDigestProvider</directive>,
+    when setting up authentication, then add a 
+    <directive module="mod_auth_digest"
     >AuthDigestDomain</directive> directive containing at least the root
     URI(s) for this protection space.</p>