You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by sl...@apache.org on 2002/06/07 03:38:01 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/howto auth.html

slive       2002/06/06 18:38:01

  Modified:    htdocs/manual/howto auth.html
  Log:
  Typo in password file name.
  
  PR: 9424
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-docs-1.3/htdocs/manual/howto/auth.html
  
  Index: auth.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/auth.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -b -u -r1.4 -r1.5
  --- auth.html	9 Feb 2002 20:51:39 -0000	1.4
  +++ auth.html	7 Jun 2002 01:38:01 -0000	1.5
  @@ -254,7 +254,7 @@
   
       <p>To create the file, type:</p>
   <pre>
  -htpasswd -c /usr/local/apache/passwd/password username
  +htpasswd -c /usr/local/apache/passwd/passwords username
   </pre>
   
       <p><tt>htpasswd</tt> will ask you for the password, and then
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org