You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ka...@apache.org on 2005/07/18 15:12:41 UTC

svn commit: r219484 - /httpd/httpd/trunk/docs/manual/howto/auth.xml

Author: kawai
Date: Mon Jul 18 06:10:34 2005
New Revision: 219484

URL: http://svn.apache.org/viewcvs?rev=219484&view=rev
Log:
Fix typo.

Submitted by: Daniel Lopez <da...@rawbyte.com>

Modified:
    httpd/httpd/trunk/docs/manual/howto/auth.xml

Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/howto/auth.xml?rev=219484&r1=219483&r2=219484&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/auth.xml Mon Jul 18 06:10:34 2005
@@ -153,7 +153,7 @@
     common method is <code>Basic</code>, and this is the method
     implemented by <module>mod_auth_basic</module>. It is important to be aware,
     however, that Basic authentication sends the password from the client to
-    the browser unencrypted. This method should therefore not be used for
+    the server unencrypted. This method should therefore not be used for
     highly sensitive data. Apache supports one other authentication method:
     <code>AuthType Digest</code>. This method is implemented by <module
     >mod_auth_digest</module> and is much more secure. Only the most recent